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

docs(orderBy): Replace operator = with === #11393

Closed
wants to merge 1 commit into from

Conversation

wiseleo
Copy link
Contributor

@wiseleo wiseleo commented 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 #11392

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 Narretz closed this in 7811ead Mar 22, 2015
Narretz pushed a commit that referenced this pull request 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 #11392
Closes #11393
netman92 pushed a commit to netman92/angular.js that referenced this pull request 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation error in orderBy
2 participants