--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.
Thanks. Looks like this is the equivalent for 10.6.0?
this.$watch(function() { return $route.current.params; }, function() {
this.refresh();
});
You're sure that's supposed to work with 10.6.0?
Looks like the function never gets called...