fix(ionNavButtons): fix side="left" flicker with back button on ios

This commit is contained in:
Andy Joslin
2014-04-28 11:35:11 -06:00
parent 0af7f6d916
commit b6266889a4

View File

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