我有一个场景,其中有建议列表编辑输入是存在的,当我在NG-变化的条目出现与相关建议列表,并显示出异常,如果没有数据可用。 但在铬我有一个问题,如果没有搜索(NG-变化)本身名单与输入出现显示“没有任何数据异常”
我有这样的事情:
<div ng-show="show on a condition to edit">
<input ng-change="callForservicetoDisplayList()" ng-model="enteredValue"/>
<ul ng-show="only when callForservicetoDisplayList function returns value">
<li ng-repeat="outputFromthe callForservicetoDisplayList"></li>
</ul>
</div>
在这里,从列表本身之前出现在第一编辑铬,第二次工作正常!