Presently, the md-search-text-change event fires a call every time I type something in . I want to delay this. I've tried using debounce. But that has not worked.
You can use the 'md-delay' attribute of md-autocomplete to achieve this. look at the documentation for more help:
https://material.angularjs.org/1.1.5/api/directive/mdAutocomplete