Hi Sander, Thank you for your reply. I removed the broadcast in my code and added true to the third parameter in $watch method. but still doesnt work. is it working on your end?
here is my updated fiddlejs : http://jsfiddle.net/re8jX/23/ On Wednesday, June 4, 2014 1:42:44 PM UTC+8, Sander Elias wrote: > > Hi Jason, > > Your sample works fine, even without the $rootScope.$broadcast('test');. > However, it will not update if you change something at a deeper level in > your menu. > There is a third parameter to $watch that you can set to true, if you do > so, it will work. > > Play with this, and lookup the documentation > <https://docs.angularjs.org/api/ng/type/$rootScope.Scope>of $watch, and > while you are on it, also look up $watchCollection > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
