From db67fe6b0d9d9add422c6c11b7ed0751c2e92115 Mon Sep 17 00:00:00 2001 From: Bradley Flood Date: Fri, 10 Jul 2015 14:57:41 +1000 Subject: [PATCH] Add note to readme regarding hammer.js requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89e7438..1051650 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ AngularJS directive that adds support for multi touch gestures to your app, base * You can use angular interpolations like this : `hm-swipe="remove_something({{ id }})"` * You can also use Hammer.js options by e.g. `hm-tap-opts="{hold: false}"` +Note that [hammer.js](http://hammerjs.github.io/) is an additional requirement and is not included in `angular-gestures`. + ### Event data Pass the `$event` object in the usual way e.g. `hm-drag="myDrag($event)"` then access its internals like so: