Skip to content

Instantly share code, notes, and snippets.

@bugspencer
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save bugspencer/cb4c42cf5043c961ed2a to your computer and use it in GitHub Desktop.

Select an option

Save bugspencer/cb4c42cf5043c961ed2a to your computer and use it in GitHub Desktop.
ng-controller (compact)
px('moduleName', function(){
this.controller('###Name###Controller', ###Name###ControllerFactory);
###Name###ControllerFactory.$inject = ['$scope'];
function ###Name###ControllerFactory($scope){
var vm = this;
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment