diff --git a/src/Angular.js b/src/Angular.js index 3f272ec2..17ede3aa 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -655,28 +655,31 @@ function equals(o1, o2) { if (o1 === null || o2 === null) return false; if (o1 !== o1 && o2 !== o2) return true; // NaN === NaN var t1 = typeof o1, t2 = typeof o2, length, key, keySet; - if (t1 == t2 && t1 == 'object') { - if (isArray(o1)) { - if ((length = o1.length) == o2.length) { - for(key=0; key