diff --git a/js/angular/directive/navButtons.js b/js/angular/directive/navButtons.js index 40e195b206..b401c85113 100644 --- a/js/angular/directive/navButtons.js +++ b/js/angular/directive/navButtons.js @@ -57,7 +57,9 @@ IonicModule $compile(buttons)($scope); //Append buttons to navbar - $animate.enter(buttons, navElement); + ionic.requestAnimationFrame(function() { + $animate.enter(buttons, navElement); + }); //When our ion-nav-buttons container is destroyed, //destroy everything in the navbar