mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-06 09:01:31 +08:00
committed by
Tobias Bosch
parent
e9ecd56dca
commit
cf3f709889
@@ -832,7 +832,7 @@ function shallowCopy(src, dst) {
|
||||
* * Both objects or values are of the same type and all of their properties are equal by
|
||||
* comparing them with `angular.equals`.
|
||||
* * Both values are NaN. (In JavaScript, NaN == NaN => false. But we consider two NaN as equal)
|
||||
* * Both values represent the same regular expression (In JavasScript,
|
||||
* * Both values represent the same regular expression (In JavaScript,
|
||||
* /abc/ == /abc/ => false. But we consider two regular expressions as equal when their textual
|
||||
* representation matches).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user