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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When used with an object as condition, ng-if duplicates.
Works fine on 1.2.0-rc.3, but broken on 1.2.0.
See http://jsfiddle.net/mkotsur/4JMb5/
The workaround would be to change condition use
ng-if = 'something != undefined'
instead ofng-if = 'something'
.The text was updated successfully, but these errors were encountered: