diff --git a/release/js/ionic.bundle.js b/release/js/ionic.bundle.js index 7da7e09f4bf..1bfdd5f8742 100644 --- a/release/js/ionic.bundle.js +++ b/release/js/ionic.bundle.js @@ -43531,6 +43531,7 @@ function($rootScope, $animate, $ionicBind, $compile) { //We create the tabNavTemplate in the compile phase so that the //attributes we pass down won't be interpolated yet - we want //to pass down the 'raw' versions of the attributes + if (attr.hidden !== 'true') { var tabNavTemplate = ''; + } //Remove the contents of the element so we can compile them later, if tab is selected //We don't use regular transclusion because it breaks element inheritance