After updating an existing Ionic project from 1.13-beta to 1.14-beta I\'ve experienced some behaviour I can\'t explain. When changing from one viewstate to another, the old
If your view is wrapped in a tab using , you need to register for $ionicNavView-Events:
$ionicNavView
$scope.$on("$ionicNavView.leave")