gpt4 book ai didi

javascript - 如何将 ng-option 模型设置为对象的值?

转载 作者:行者123 更新时间:2023-11-30 12:21:20 26 4
gpt4 key购买 nike

我正在拉入一组对象作为 $scope.templates。我希望能够将 $scope.item.steps(我选择的模型名称)设置为 template.steps 的值,用于我的 ng- 中的选定选项选项数组。有没有一种无需添加额外的 Controller 逻辑即可执行此操作的简单方法?

<select class="form-control" ng-options="template.name for template in templates" ng-model="item.steps">

最佳答案

当然,使用 select as label for value in array 语法:

<select class="form-control" ng-options="template.steps as template.name for template in templates" ng-model="item.steps">

关于javascript - 如何将 ng-option 模型设置为对象的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30959133/

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