Added quick create ionic object in JS code

Makes it easy to include a few ionic files here and there.
This commit is contained in:
Max Lynch
2013-09-23 00:02:18 -05:00
parent cc38f014c3
commit 63e268f171
10 changed files with 10 additions and 10 deletions

View File

@ -102,4 +102,4 @@
},
};
})(window.ionic);
})(ionic = window.ionic || {});

View File

@ -188,4 +188,4 @@
}
};
})(window.ionic);
})(ionic = window.ionic || {});

View File

@ -119,4 +119,4 @@ TabBarController.prototype = {
},
}
})(window.ionic);
})(ionic = window.ionic || {});