diff --git a/dist/ionic-angular.js b/dist/ionic-angular.js index 6351de2cad..cd15f7403f 100644 --- a/dist/ionic-angular.js +++ b/dist/ionic-angular.js @@ -226,10 +226,6 @@ angular.module('ionic.ui.nav', ['ionic.service']) controller: 'NavCtrl', //templateUrl: 'ext/angular/tmpl/ionicTabBar.tmpl.html', template: '
', - compile: function(element, attr, transclude, navCtrl) { - return function($scope, $element, $attr) { - }; - } } }) @@ -237,7 +233,6 @@ angular.module('ionic.ui.nav', ['ionic.service']) return { restrict: 'E', require: '^navCtrl', - transclude: true, replace: true, scope: true, template: '