Fixed #372 - navbar flash on initial load

This commit is contained in:
Max Lynch
2014-01-07 19:52:30 -06:00
parent 568400ba73
commit c0cee27747
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;