Skip to content

Instantly share code, notes, and snippets.

@afcastano
Last active August 29, 2015 14:00
Show Gist options
  • Save afcastano/11237915 to your computer and use it in GitHub Desktop.
Save afcastano/11237915 to your computer and use it in GitHub Desktop.
<table>
<tr ng-repeat="item in items">
<td in-line-editable ng-model="item" model-att="name"></td>
<td in-line-editable ng-model="item" model-att="value" display-filter="currency" s-numbers-only="true"></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment