A simple directive to make HTML elements editable in angularjs
NPM
$ npm i ngeditableBOWER
$ bower i ngeditableMake 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 😀