refactor(ionNavButtons): remove elements from bar on scope destroy

This commit is contained in:
Andy Joslin
2014-03-17 12:18:08 -06:00
parent 6662f6effd
commit cdcbea3860
2 changed files with 5 additions and 5 deletions

View File

@@ -391,7 +391,7 @@ function($ionicViewService, $rootScope, $animate, $compile, $parse) {
//When our ion-nav-buttons container is destroyed,
//destroy everything in the navbar
$element.on('$destroy', function() {
$scope.$on('$destroy', function() {
$animate.leave(clone);
});