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
@ManasTunga10 жыл бұрын
Thanks !!! it would be nice to make a video explaining $watch,$observe,$watchCollection and there use cases
@RelicsOsu9 жыл бұрын
what if i have a nested controller and i want the a function in parent controller change the value of the child ?
@edgar11661110 жыл бұрын
if you change item in array, it is debatable, whether it is changing the Array it self, it is not immutable like in Java
@kevinflorenzdaus10 жыл бұрын
neat! . Thank you for the awesome tutorial Joe , Hope to see more of your videos! God Speed
@l0ngh0rn1110 жыл бұрын
They say $watches are expensive to use. Why dont just use onCountChange and pass in the count.. Just a thought..
@faz517110 жыл бұрын
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