UNPKG

slush-meanjs

Version:

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

12 lines (10 loc) 251 B
'use strict'; angular.module('<%= slugifiedModuleName %>').filter('<%= camelizedName %>', [ function() { return function(input) { // <%= humanizedName %> directive logic // ... return '<%= camelizedName %> filter: ' + input; }; } ]);