Regards,
Witold Szczerba
P.S.
scope.$get in the snippet below:
scope.$watch(exp, function() {
if (scope.$get(exp)) { ... }
}
can be replaced like this:
scope.$watch(exp, function(newValue, oldValue) {
if (newValue) { ... }
}
> --
> You received this message because you are subscribed to the Google Groups "angular" 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.
>
>
V.--
You received this message because you are subscribed to the Google Groups "angular" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/H4XT7kFGj9wJ.