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.
Fix documentation error on line 20 incorrectly mentioning an assignment operator in a comparison operation. Code on line 235 uses strict comparison operator.
Closesangular#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#11392Closes#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.
Closesangular#11392Closesangular#11393
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation mentions = as a comparison operator, which is wrong because code uses ===. Submitted a fix.
The text was updated successfully, but these errors were encountered: