I've got a $rootScope.$broadcast('testEvent'); happening that I'm trying to the the tooltip show up on, but I'm not having much luck getting the directive to be listening. Am I thinking that the listener setup on the tooltip doesn't work in that way?
I set the tooltip-show-trigger="testEvent mouseover" and anticipated it showing up when the broadcast was called, but its not doing so.
I've got a $rootScope.$broadcast('testEvent'); happening that I'm trying to the the tooltip show up on, but I'm not having much luck getting the directive to be listening. Am I thinking that the listener setup on the tooltip doesn't work in that way?
I set the tooltip-show-trigger="testEvent mouseover" and anticipated it showing up when the broadcast was called, but its not doing so.
Any ideas?