【发布时间】:2014-11-03 00:43:39
【问题描述】:
我认为我遇到了这个错误:
这是我的代码:
<select ng-model="storeaccount" ng-init="storeaccount = store != 0 ? store : null" ng-options="storedata.id as storedata.name for storedata in stores" ng-change="storeAccountChange(storeaccount)">
<option value="">-- Choose store account --</option>
</select>
有人知道我如何解决这个问题吗? 我尝试更改我们使用的所有库的版本,但没有任何结果。
【问题讨论】:
标签: android angularjs google-chrome webkit