UNPKG

@enjin/ionic1

Version:

A comprehensive build system for Ionic 1 apps by Madness Labs as part of the Madness Enjin

13 lines (11 loc) 273 B
/// <reference path="../../typings/index.d.ts"/> module <%= app %> { class <%= name %> { constructor(input, all) { return ''; }; } angular.module('<%= app %>').filter('<%= name %>', function(){ return <%= name %>; }); }