UNPKG

generator-sean

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