I currently have an exisiting Angular Directive which I would like if posible to reuse within the KUIB.
A short description of the Directive is that it implements an Input field (with a button" utilising:
ng-change for a "autoCompleteChange" function and ng-blur for a "autoCompleteSearch" function. The button triggers
a ng-click event.
So the question is, it is possible to reuse and what would be the best way?