You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just updated to 0.2.17 (from 0.2.15) and it appears to have introduced a bug.
When i navigate to a new route, it's controllers are now created before the '$destroy' event of the $scope of the route controller that's being exited is fired.
I've just updated to 0.2.17 (from 0.2.15) and it appears to have introduced a bug.
When i navigate to a new route, it's controllers are now created before the
'$destroy'
event of the$scope
of the route controller that's being exited is fired.0.2.17 example
And this is the previous behaviour
0.2.15 example
The text was updated successfully, but these errors were encountered: