gpt4 book ai didi

javascript - ng-model 无法在 AngularJS 的 ui-select 中工作?

转载 作者:行者123 更新时间:2023-12-03 07:53:42 25 4
gpt4 key购买 nike

ng-model="customer.selected" 不起作用。它没有显示任何客户

<p>Selected: {{customer.selected}}</p>
<div class="col-md-3">
<ui-select ng-model="customer.selected" theme="select2" class="input-md">
<ui-select-match placeholder="Select a Customer">{{ $select.selected.name }}</ui-select-match>
<ui-select-choices repeat="customer in customers | propsFilter: {name: $select.search}">
<div ng-bind-html="customer.name | highlight: $select.search"></div>
</ui-select-choices>
</ui-select>
</div>

最佳答案

像这样在 Controller 中将模型值设置为默认值,然后它应该可以工作。

$scope.customer = {};
$scope.customer.selected = {};

关于javascript - ng-model 无法在 AngularJS 的 ui-select 中工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34895727/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com