Scope $watch() vs. $watchCollection() In AngularJS
Change Deep Value
—
Change Shallow Value
—
Rebuild
—
Clear
$watchCollection( collection ) Log
-
Executed: 1741852785270 ( length: 1 )
$watch( collection ) Log
-
Executed: 1741852785271 ( length: 1 )
$watch( collection, [ Equality = true ] ) Log
-
Executed: 1741852785271 ( length: 1 )