UNPKG

@enjin/ionic1

Version:

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

10 lines 303 B
/// <reference path="../../typings/index.d.ts"/> angular.module('<%= app %>').directive('<%= name %>', function() { return { restrict: <%= restrict %>,<%= template %> scope: <%= attrs %>, link: function($scope:any, element, attrs) { //On Load } }; });