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 has been archived by the owner on Apr 12, 2024. It is now read-only.
This is because hg-if currently regards empty array [] as a falsey value. This will be changed in the near future with #7960, after which it will use Javascript logic.
Please add any comments in the linked issue. Thanks!
ng-if="var_empty_array || true" -> evaluates to false
ng-if="true || var_empty_array" -> evaluates to true
This is a logical inconsistency.
Example:
http://plnkr.co/edit/1I64ks2RpGOCnJXoUwD8?p=preview
Cheers.
The text was updated successfully, but these errors were encountered: