mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(hideNavBar): send data in $ionicView.beforeEnter
This commit is contained in:
1
js/angular/controller/viewController.js
vendored
1
js/angular/controller/viewController.js
vendored
@@ -71,6 +71,7 @@ function($scope, $element, $attrs, $compile, $ionicHistory, $ionicViewSwitcher)
|
||||
showBack: transData.showBack && !$attrs.hideBackButton,
|
||||
buttons: buttons,
|
||||
navBarDelegate: navBarDelegateHandle || null,
|
||||
showNavBar: !($attrs.hideNavBar === "true" || $attrs.hideNavBar === ""),
|
||||
hasHeaderBar: !!hasViewHeaderBar
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user