AngularJS $watch and object equality

preview_player
Показать описание
A quick look at $watch in AngularJs

===========================================
**Like what you saw? Be sure to SUBSCRIBE for More Videos:
===========================================
Рекомендации по теме
Комментарии
Автор

Thanks !!! it would be nice to make a video explaining $watch, $observe, $watchCollection and there use cases

ManasTunga
Автор

neat! . Thank you for the awesome tutorial Joe, Hope to see more of your videos!
God Speed

kevinflorenzdaus
Автор

They say $watches are expensive to use. Why dont just use onCountChange and pass in the count.. Just a thought..

lnghrn
Автор

if you change item in array, it is debatable, whether it is changing the Array it self, it is not immutable like in Java

edgar
Автор

great video, can I tell scope.watch to load a specific view whenever the object value changes. how do i accomplish this, I am watching an object in my app but would like to load a specify view whenever the object value changes

jaypatel
Автор

Joe Maddalone Nice one but do you know how to do that by accessing the database such as MySQL instead? cause that's where the real fun begins

faz
Автор

what if i have a nested controller and i want the a function in parent controller change the value of the child ?

RelicsOsu