UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

12 lines (9 loc) 290 B
(function() { 'use strict'; angular.module('<%= scriptAppName %>') .service('<%= cameledName %>', <%= classedName %>); /* @ngInject */ function <%= classedName %> () { // AngularJS will instantiate a singleton by calling "new" on this function } })();