fix($parse): support dirty-checking objects with null prototype
Objects created with `Object.create(null);` do not have a `valueOf` method unless they supply one themselves. To accomodate these, Object.prototype.valueOf is used when the type of the value is "object", and the `valueOf` property is not a function (E.G. it's not in the object at all). Closes #9568
H
HeberLZ committed
28661d1a8cc3a8454bad7ae531e027b1256476c9
Parent: 7f4d24c
Committed by Caitlin Potter <caitpotter88@gmail.com>
on 10/14/2014, 3:09:19 AM