If I'm using this directive in multiple places on the page, how do I bind to the typeahead:selected event of a specific directive?
Right now in my controller I have $scope.$on 'typeahead:selected', (e, suggestion, dataset) ->, but that is not specific if I'm using many instances of this directive on the same page.