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 problem is that the following statement only fires in 1.2.26, looks like in 1.3 the directive isn't notified about the state change when navigating to substate 'home.foo':
Hi
I encountered a problem with Angular 1.3 when using the includedByState directive. My plunker works with Angular 1.2.26, but doesn't with Angular 1.3.
http://plnkr.co/edit/Ip6ou9?p=preview
The problem is that the following statement only fires in 1.2.26, looks like in 1.3 the directive isn't notified about the state change when navigating to substate 'home.foo':
ng-class="{ custom: ('home.foo' | includedByState) }"
Just uncomment one of the two angular version in plunker two see the difference between 1.3 and 1.2.26.
Thank you,
Elias
The text was updated successfully, but these errors were encountered: