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
I was trying to simply remove an item based on numerical values, I tried with both ng-if="x > y" and with a function, the ng-if always evaluated to false. I was able to solve my problem using ng-show calling a function.
ngIf would appear to always return false. Am I missing something or is it not supported? Cheers,
Sam.
The text was updated successfully, but these errors were encountered: