I have a directive with an isolate scope being rendered inside the template of an outer directive.
I want to send a notification message to the child directive to have it cancel a timer. How can I do this idiomatically?
Will scope.$broadcast do this for me even though the child scope is isolate?