$http issue - Values can't be returned before a promise is resolved in md-autocomplete Angular Material

前端 未结 4 1940
别那么骄傲
别那么骄傲 2021-01-03 06:06

I\'m using Angular Material md-autocomplete in my project. In that I\'m getting the suggest listing from the Service Host via ajax call using $http

4条回答
  •  北海茫月
    2021-01-03 06:36

    The Answer Marked is Correct.

    • .then() - full power of the promise API but slightly more verbose
    • .success() - doesn't return a promise but offers slightly more convenient syntax

提交回复
热议问题