SyntaxFix
Write A Post
Hire A Developer
Questions
If you would like to edit the property value with two way binding:
<tr ng-repeat="(key, value) in data"> <td>{{key}}<input type="text" ng-model="data[key]"></td> </tr>