angularjs,知道如何在 ng-bind="" 中包含 ""
Posted
技术标签:
【中文标题】angularjs,知道如何在 ng-bind="" 中包含 ""【英文标题】:angularjs , any idea how to include "" in ng-bind="" 【发布时间】:2015-11-30 12:18:10 【问题描述】:知道如何使用 ng-bind angular 在 html 输入中输入>> phoneNo["phoneno"]
吗? phoneNo["phoneno"]
如果使用phoneNo["phoneno"]
可以显示,但是当我输入时它会变成语法错误
<input class="form-control" type="text" ng-bind="phoneNo["phoneno"]" readonly />
【问题讨论】:
ng-bind="phoneNo['phoneno']"
不行吗?
【参考方案1】:
只需 "phoneNo['phoneno']"
或 'phoneNo["phoneno"]'
。
【讨论】:
以上是关于angularjs,知道如何在 ng-bind="" 中包含 ""的主要内容,如果未能解决你的问题,请参考以下文章