1.0.8 • Published 5 years ago

ngeditable v1.0.8

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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 😀