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 Dec 15, 2022. It is now read-only.
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.