mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #372 - navbar flash on initial load
This commit is contained in:
2
dist/js/ionic-angular.js
vendored
2
dist/js/ionic-angular.js
vendored
@@ -1107,7 +1107,7 @@ angular.module('ionic.ui.navRouter', ['ionic.service.gesture'])
|
||||
// So you can require being under this
|
||||
controller: ['$scope', '$element', function($scope, $element) {
|
||||
this.navBar = {
|
||||
isVisible: true
|
||||
isVisible: false
|
||||
};
|
||||
$scope.navController = this;
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ angular.module('ionic.ui.navRouter', ['ionic.service.gesture'])
|
||||
// So you can require being under this
|
||||
controller: ['$scope', '$element', function($scope, $element) {
|
||||
this.navBar = {
|
||||
isVisible: true
|
||||
isVisible: false
|
||||
};
|
||||
$scope.navController = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user