UNPKG

slush-y

Version:

A slush generator for Best Practices with AngularJS Fullstack applications.

13 lines (11 loc) 352 B
;(function(){ 'use strict'; angular .module('<%= slugifiedModuleName %>') .controller('<%= classifiedControllerName %>Controller', <%= classifiedControllerName %>Controller); /* @inject */ function <%= classifiedControllerName %>Controller($scope) { // <%= humanizedControllerName %> controller logic // ... } }).call(this);