UNPKG

slush-meanjs

Version:

A slush generator to scaffold MEAN Apps. Inspired by http://meanjs.org

15 lines (13 loc) 248 B
'use strict'; angular.module('<%= slugifiedModuleName %>').factory('<%= classifiedName %>', [ function() { // <%= humanizedName %> service logic // ... // Public API return { someMethod: function() { return true; } }; } ]);