angular-resolve-last
angular-resolve-last let's you handle only the last promise that was resolved during a batch of actions
Very useful when making several HTTP calls but only caring about the last response. For example: search autocomplete, polling the server, requests based on current location, etc.
For more info: https://github.com/500tech/angular-resolve-last