UNPKG

generator-xd-angular

Version:

AngularJS yeoman-generator using Angular-ui-router, sass-bootstrap, compass, mocha, gulp, font-awesome, ngdocs

18 lines (14 loc) 315 B
(function () { /** * @ngdoc function * @name <%= moduleName %>:<%= ctrlInstance %> * */ angular.module('<%= moduleName %>', []) .controller('<%= ctrlInstance %>', <%= ctrlName %>); /* @ngInject */ function <%= ctrlName %>() { var vm = this; vm.name = '<%= ctrlName %>'; } })();