私はngTagsInputを使用しています。これが私のマークアップです:
<tags-input add-from-autocomplete-only="true"
input-tabindex="4"
min-length="0"
ng-model="news.tags"
display-property="tagName"
replace-spaces-with-dashes="false" placeholder="Add tag">
<auto-complete load-on-focus="true"
load-on-empty="true"
min-length="0"
source="loadData('Tag', $query)">
</auto-complete>
</tags-input>
結果は 10 件しか表示されませんが、すべての結果を表示する必要があります。