Skip to content

Instantly share code, notes, and snippets.

@cmosguy
Created February 23, 2016 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmosguy/c77193836ffb7c29d351 to your computer and use it in GitHub Desktop.
Save cmosguy/c77193836ffb7c29d351 to your computer and use it in GitHub Desktop.
import {RegisterController} from './app/pages/register/RegisterController';
angular.module('app.controllers')
.controller('RegisterController', RegisterController);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment