ng-hide/ng-show within an ng-hide/ng-show not working properly in **chrome** on first trigger, second time it reflects just fine
问题 I am having a scenario where an edit input with the suggestion list is there, when I do the entry on ng-change the list appears with the relevant suggestions, and shows exception if no data is available. But in chrome I am having an issues that without the search(ng-change) itself the list with the input appears showing "No data exception" I am having something like this: <div ng-show="show on a condition to edit"> <input ng-change="callForservicetoDisplayList()" ng-model="enteredValue"/> <ul