Angularjs typeahead http和typeahead过滤器不起作用

时间:2014-09-09 12:31:37

标签: javascript angularjs

我有从ant获取数据的ant typeahead,但我也需要使用自定义过滤器,例如' limitTo:2'或与其他变量等进行比较,但它不起作用。

当您从http获取数据时,无法使用其他过滤器? 我有一个Plunker示例,我使limitTo:2并显示所有结果。 如果您插入'它不会只显示两个结果。

example plunker

 <input type="text" ng-model="asyncSelected" placeholder="Locations loaded via $http" typeahead="address for address in getLocation($viewValue) | limitTo:2" typeahead-loading="loadingLocations" class="form-control">

0 个答案:

没有答案