I spent almost one hour trying to find out why the hm-swipe directive wasn't working in my example, until I found that I needed to configure the Hammer.Swipe recognizer because angular-gestures is using the Hammer.Manager constructor (which has no default recognizer).
So, I though it would be nice to have angular-gestures throw if the needed recognizer is not configured.
I spent almost one hour trying to find out why the hm-swipe directive wasn't working in my example, until I found that I needed to configure the
Hammer.Swipe
recognizer because angular-gestures is using theHammer.Manager
constructor (which has no default recognizer).So, I though it would be nice to have angular-gestures throw if the needed recognizer is not configured.