I am using custom-select directive for ajax search in select box but I need extra parameter. In your function onSearch function accepts only one parameter. How we can use extra parameter in onSearch function which is coming from client Side.
How we can send extra parameter from client side to this onSearch function.
ex:onSearch:function(term,extra parameter here){
//logic here
}
Hello,
The question here is what that extra parameter means and where it comes from? Is it something from somewhere else in your business logic or from the directive itself?
HIi,,
I am using custom-select directive for ajax search in select box but I need extra parameter. In your function onSearch function accepts only one parameter. How we can use extra parameter in onSearch function which is coming from client Side. How we can send extra parameter from client side to this onSearch function.
ex:onSearch:function(term,extra parameter here){ //logic here }
$scope.asyncOptions ={
Thanks,
Sameer F. Tadvi