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.
I came across #698 again and wonder if the new ngAttr support could help with autofocus if it had special behavior for boolean values. Perhaps something like:
<inputtype="text" ng-attr-autofocus="{{ value }}">
could cause the autofocus attribute to be added (with a value of value) when value is truthy, and would cause the attribute to be removed when value is falsey (rather than giving it a value of "false").