我想禁用" title" (工具提示)为角度uib typeahead下拉列表中的每个选项生成。因此,我想知道如何使用angular JS在下拉选项中获取动态生成的标记ID?请参考以下html。
<input id="main-searchbar" class="form-control" tabindex="2"
type="text" placeholder="Enter Title, Author, ISBN, or Subject
keywords" uib-typeahead="item as removeHighLight(item) for item in
suggest($viewValue)" typeahead-no-results="noResults"
autocapitalize="off" autocomplete="off" spellcheck="false" ng-
model="_value">