angular bootstrap typeahead not working with a dynamic list retrieved by ng-change
问题 I am working with typeahead directive in angular-bootstrap. My problem is when user change the input, I want to trigger a ng-change event to get the list from the server, then filter the results. After that I want to see the list to be populated with uib-typeahead. For that, I am using an array $scope.list to store the result from the server and then I pass it into uib-typeahead as <div class="input-group"> <input type="text" class="form-control" ng-model="asyncSelected" placeholder="Search