数组中的AngularJS uib-typeahead对象

时间:2018-10-26 08:07:53

标签: angularjs ui.bootstrap

我正在尝试通过搜索对象数组来实现提前输入。我该怎么做?我只知道如何搜索数组而不是对象数组

对象数组

enter image description here

HTML:

   <input type="text" class="searchFeature" ng-keyup="$event.keyCode == 13 && 
   searchFunction()" ng-model="selected" uib-typeahead="value for value in 
   allTheme | filter:$viewValue | limitTo:7" placeholder="Start your search here.">

我得到的结果:

enter image description here

PS:是否可以仅获取“ THEMENAME”和“ Category”对象并在我的预搜索中对其进行过滤?

1 个答案:

答案 0 :(得分:0)

尝试

  

uib-typeahead =“ value.THEMENAME,表示其中的值      allTheme |过滤器:$ viewValue | limitTo:7“