Angular examples working again

This commit is contained in:
Max Lynch
2013-10-01 16:24:01 -05:00
parent 04bfa7c524
commit 81faada6f1
13 changed files with 27 additions and 668 deletions

View File

@ -1,7 +1,5 @@
(function(ionic) {
ionic.controllers = ionic.controllers || {};
ionic.controllers.TabBarController = function(options) {
this.tabBar = options.tabBar;
@ -121,4 +119,4 @@ ionic.controllers.TabBarController.prototype = {
},
}
})(ionic = window.ionic || {});
})(window.ionic);