From 30de3806a3d14fb4e431c36168efb313e74042f3 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Wed, 10 Jul 2013 17:39:33 -0700 Subject: [PATCH] added README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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 +```