Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions release/js/ionic.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<ion-tab-nav' +
attrStr('ng-click', attr.ngClick) +
attrStr('title', attr.title) +
Expand All @@ -43541,6 +43542,7 @@ function($rootScope, $animate, $ionicBind, $compile) {
attrStr('badge-style', attr.badgeStyle) +
attrStr('class', attr['class']) +
'></ion-tab-nav>';
}

//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
Expand Down