angularjs ,知道如何在 ng-bind="" 中包含 ""

angularjs , any idea how to include "" in ng-bind=""

知道如何使用 ng-bind angular 在 html 输入中放置 >> phoneNo["phoneno"] 吗? phoneNo["phoneno"]如果使用{{phoneNo["phoneno"]}}可以显示,但是当我输入

时它会变成语法错误
<input class="form-control" type="text"  ng-bind="phoneNo["phoneno"]" readonly />

只是 "phoneNo['phoneno']"'phoneNo["phoneno"]'