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
The text was updated successfully, but these errors were encountered:
patroza
changed the title
Since Angular 1.3rc3 menu items seem to no longer update when changing route
Since Angular 1.3rc2/3 menu items seem to no longer update when changing route
Sep 30, 2014
$parse: due to fca6be71, all filters are assumed to be stateless functions
Previously it was just a good practice to make all filters stateless. Now it's a requirement in order for the model change-observation to pick up all changes.
If an existing filter is statefull, it can be flagged as such but keep in mind that this will result in a significant performance-penalty (or rather lost opportunity to benefit from a major perf improvement) that will affect the $digest duration.
E.g no longer updates:
The text was updated successfully, but these errors were encountered: