-4

any idea how to put>> phoneNo["phoneno"] in html input using ng-bind angular?? phoneNo["phoneno"] can display if use {{phoneNo["phoneno"]}}, but it turn to syntax error when i put

<input class="form-control" type="text"  ng-bind="phoneNo["phoneno"]" readonly />
Ramesh Rajendran
  • 37,412
  • 45
  • 153
  • 234
Patrick
  • 13
  • 2

1 Answers1

0

Just "phoneNo['phoneno']" or 'phoneNo["phoneno"]'.

ForceBru
  • 43,482
  • 10
  • 63
  • 98