Angular - Directive with controllerAs, bindToController, and $scope.$watch

Viewed 3793

I have a fairly straightforward AngularJS question to which I cannot seem to find an answer:

How would I go about using $scope.$watch() in a directive controller while also using the controllerAs and bindToController options?

Please let me know if you need any clarification on what I mean exactly.

1 Answers
Related