Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(input[radio]): use non-strict comparison for checkedness #15289

Merged
merged 1 commit into from
Oct 18, 2016

Conversation

Narretz
Copy link
Contributor

@Narretz Narretz commented Oct 18, 2016

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Reverting a Breaking Change

What is the current behavior? (You can also link to an open issue here)
Checkedness is determined by comparing $viewValue and value strictly.

What is the new behavior (if this is a feature change)?
Checkedness is determined by comparing $viewValue and value non-strictly.

Does this PR introduce a breaking change?
No

Please check if the PR fulfills these requirements

Other information:

This was introduced during the switch to ESLint, but it is a breaking change.

This was introduced during the switch to ESLint, but it is a breaking change.
@Narretz Narretz force-pushed the fix-radio-strict-15 branch from b315563 to 5f89bbd Compare October 18, 2016 09:27
@gkalpak
Copy link
Member

gkalpak commented Oct 18, 2016

Can you mention the commit that introduced the regression in this PR or better yet in the commit message? Other than that LGTM

@Narretz
Copy link
Contributor Author

Narretz commented Oct 18, 2016

@gkalpak
Copy link
Member

gkalpak commented Oct 18, 2016

So, it didn't make it into master, but it did make it into 1.5.x.
LGTM

@Narretz Narretz merged commit 9bda994 into angular:v1.5.x Oct 18, 2016
petebacondarwin pushed a commit to petebacondarwin/angular.js that referenced this pull request Nov 21, 2016
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 (angular#15289)
petebacondarwin pushed a commit to petebacondarwin/angular.js that referenced this pull request Nov 21, 2016
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 (angular#15289)
petebacondarwin pushed a commit to petebacondarwin/angular.js that referenced this pull request Nov 21, 2016
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 (angular#15289)
petebacondarwin pushed a commit to petebacondarwin/angular.js that referenced this pull request Nov 21, 2016
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 (angular#15289)
petebacondarwin pushed a commit to petebacondarwin/angular.js that referenced this pull request Nov 21, 2016
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 (angular#15289)
petebacondarwin pushed a commit that referenced this pull request Nov 23, 2016
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)
petebacondarwin pushed a commit that referenced this pull request Nov 24, 2016
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)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants