on click of search button api will be triggered where there is delay in getting response because of which router navigation is not happening immediately.
I need to reduce this delay so how to achieve this?
sample code:
restfulService.search($stateParams.keyword, $stateParams.facets, customFilterQuery).then (function (searchResult) {});
delay in getting searchresult.