UNPKG

generator-ngfs

Version:

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node

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