I\'m using md-autocomplete, in that md-items which is not updating the response list properly which is obtained from the Service Host - Ajax Call.
HTML Source Code
The Answer Marked in the following post is Correct as per the requirement. $http issue - Values can't be returned before a promise is resolved in md-autocomplete Angular Material
Don't use .success(), use .then to get the updated result in the UI...