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 using two ng-if's, one for variable and one for !variable, you'd expect one of them to always validate. With the string 0 this is not the case though. A double negation is required to achieve the expected result.
When using two ng-if's, one for
variable
and one for!variable
, you'd expect one of them to always validate. With the string0
this is not the case though. A double negation is required to achieve the expected result.jsFiddle example:
http://jsfiddle.net/u4Fay/1/
The text was updated successfully, but these errors were encountered: