How can I reuse code if i have more than one ui-select in my angular app and all dealing with different remote API to show options?
With reference to AngularJS Wrapping a ui-select in a custom directive, I've got an idea that wrapping ui-select in custom diretive will help to reuese code but again I will have to write different code for controller to call different API endpoints.
I've followed the answer of @Floc and managed to make a custom reusable directive.If someone is stuck with same problem then they can refer this code.
Directive
template
And pass required parameters here(in my case it is url and placeholder)