ng-content-editable
Version:
Use ngModel and validations with contenteditable HTML5 attribute
27 lines (26 loc) • 614 B
JSON
{
"name": "ng-content-editable",
"version": "1.1.0",
"authors": [
"Fabrício Ferrari de Campos <fabricio@vizir.com.br>",
"Letov Nikita <mail@nikitian.ru>",
"Oliver Georgi <slackero+github@gmail.com>"
],
"description": "Use ngModel and validations with contenteditable HTML5 attribute",
"main": "./dist/ng-content-editable.js",
"keywords": [
"angular",
"AngularJS",
"contenteditable",
"content-editable"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components"
],
"dependencies": {
"angular": "> 1.2.0 < 2.0"
},
"devDependencies": {}
}