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'm using AngularJS (1.4), which requires that I have JavaScript-like expressions in HTML attributes. The problem is that & and && in expressions such as ng-if="!edit.model && !model.length" are marked as an error and highlighted red:
I think this syntax should be considered valid HTML, because it's not an ambiguous ampersand.
I'm using AngularJS (1.4), which requires that I have JavaScript-like expressions in HTML attributes. The problem is that
&and&&in expressions such asng-if="!edit.model && !model.length"are marked as an error and highlighted red:I think this syntax should be considered valid HTML, because it's not an ambiguous ampersand.