UNPKG

@enjin/ionic1

Version:

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

11 lines (9 loc) 243 B
/// <reference path="../../typings/index.d.ts"/> module <%= app %> { class <%= name %>Service { constructor() { // ON LOAD } } angular.module('<%= app %>').service('<%= name %>', <%= name %>Service); }