I have implemented controller methods to trigger upon changes in this specific input field:
<input type="text" ng-model="query" ng-model-options='{ debounce: 500 }' ng-change="searchOnTags(query)"/>
Is there a way to call a separate method when the input field becomes empty again?