UNPKG

generator-mycroftx-component

Version:

Yeoman generator and modified generator-ng-component

9 lines (7 loc) 195 B
'use strict'; angular.module('<%= scriptAppName %>') .filter('<%= cameledName %>', function () { return function (input) { return '<%= cameledName %> filter: ' + input; }; });