Since AngularJS support has been discontinued this package is deprecated and no longer maintained.
Within an AngularJS application, allows you to specify custom behaviour on Hammer.js touch events.
as attribute
hm-tap="{expression}"
as class
class="hm-tap: {expression};"
change the default settings for the instance by adding a second attribute or class with options
hm-options="{drag: false, transform: false}"
class="hm-options: {drag: false, transform: false};"
bower install monospaced/angular-hammer
Include the angular-hammer.js
script provided by this component in your app, and add hmTouchEvents
to your app’s dependencies.
Requires Hammer.js, tested with v1.0.5
.