added README

fix-space-nbsp
Dmitri Akatov 11 years ago
parent 69fe66c663
commit 30de3806a3

@ -0,0 +1,17 @@
# angular-contenteditable
An AngularJS directive to bind html tags with the `contenteditable` attribute to models.
## Usage
```html
<div contenteditable ng-model="model"></div>
```
## Development
```bash
npm install
grunt build
grunt karma:e2e
```