ngeditable
v1.0.8
Published
Directive to make any HTML element editable in angularjs
Downloads
8
Maintainers
Readme
ngEditable
A simple directive to make HTML elements editable in angularjs
NPM
$ npm i ngeditable
BOWER
$ bower i ngeditable
How to use
Make sure the script is included in index.html
Inject in app.js
angular
.module('myApp',['ngEdit']);
add the directive to the element you want to edit
<div ng-editable>
Help and contributions always accepted 😀