Scope $watch() vs. $watchCollection() In AngularJS
Change Deep Value
—
Change Shallow Value
—
Rebuild
—
Clear
$watchCollection( collection ) Log
{{ item }}
$watch( collection ) Log
{{ item }}
$watch( collection, [ Equality = true ] ) Log
{{ item }}