diff --git a/README.md b/README.md new file mode 100644 index 0000000..1fcb3d7 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# angular-contenteditable + +An AngularJS directive to bind html tags with the `contenteditable` attribute to models. + +## Usage + +```html +
+``` + +## Development + +```bash +npm install +grunt build +grunt karma:e2e +```