UNPKG

generator-easy

Version:

An EASY stack generator, Express Angular Stylus Yeoman

7 lines (5 loc) 224 B
'use strict'; angular.module('<%= _.camelize(appname) %>App') .service('<%= _.classify(name) %>', function <%= _.classify(name) %>() { // AngularJS will instantiate a singleton by calling "new" on this function });