UNPKG

generator-sean

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