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'm submitting a ...
Current behavior:
ng-disable creates disabled="false"/ng-disabled="true" attributes for elements when jquery was loaded before angularjs.
Expected / new behavior:
disabled attribute is removed when ng-disabled evaluates to false
Minimal reproduction of the problem with instructions:
http://next.plnkr.co/edit/1GxYGSKho4H0nDAD
(tested in chromium)
AngularJS version: 1.7.5 (or whatever your server currently ships)
Browser: all? (tested in chrome 70.0.3538.110 | Firefox 60.3.0esr)