Simple inline editing for HTML elements
npm install ng-inline-editInstall ng-inline-edit via Bower:
``bash`
bower install ng-inline-edit --production
Include main files:
`html`
Include angularInlineEdit module as a dependency into your app:`javascript`
angular
.module('yourApp', [
'angularInlineEdit'
]);
Pass your model to inline-edit attribute on your HTML element and provide a callback function to listen changes:`html``
See the instructions at ng-pack.