Permalink
Browse files
fix(input[radio]): use non-strict comparison for checkedness
This was introduced during the switch to ESLint (b1bc251#diff-c244afd8def7f268b16ee91a0341c4b2R1691), but it is a breaking change. In master, we made an exception for this comparison when we introduced jshint eqeqeq (which was not backported to 1.5.x). PR (#15289)
- Loading branch information
Showing
with
14 additions
and 1 deletion.
- +3 −1 src/ng/directive/input.js
- +11 −0 test/ng/directive/inputSpec.js