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

Documentation error in orderBy #11392

Closed
wiseleo opened this issue Mar 22, 2015 · 0 comments
Closed

Documentation error in orderBy #11392

wiseleo opened this issue Mar 22, 2015 · 0 comments

Comments

@wiseleo
Copy link
Contributor

wiseleo commented Mar 22, 2015

Documentation mentions = as a comparison operator, which is wrong because code uses ===. Submitted a fix.

wiseleo added a commit to wiseleo/angular.js that referenced this issue Mar 22, 2015
Fix documentation error on line 20 incorrectly mentioning an assignment operator in a comparison operation. Code on line 235 uses strict comparison operator.

Closes angular#11392
Narretz pushed a commit that referenced this issue Mar 22, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix documentation error on line 20 incorrectly mentioning
an assignment operator in a comparison operation.
Code on line 235 uses strict comparison operator.

Closes #11392
Closes #11393
netman92 pushed a commit to netman92/angular.js that referenced this issue Aug 8, 2015
Fix documentation error on line 20 incorrectly mentioning
an assignment operator in a comparison operation.
Code on line 235 uses strict comparison operator.

Closes angular#11392
Closes angular#11393
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant