Skip to content

Commit 0e1689d

Browse files
committed
fix(navbar): re-align title after show
Closes #3064
1 parent a0c3c55 commit 0e1689d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: js/angular/controller/navBarController.js

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ function($scope, $element, $attrs, $compile, $timeout, $ionicNavBarDelegate, $io
358358
self.visibleBar = function(shouldShow) {
359359
if (shouldShow && !isVisible) {
360360
$element.removeClass(CSS_HIDE);
361+
self.align();
361362
} else if (!shouldShow && isVisible) {
362363
$element.addClass(CSS_HIDE);
363364
}

0 commit comments

Comments
 (0)