monospaced / angular-hammer

[DEPRECATED] Hammer.js support for AngularJS

Home Page:http://monospaced.github.io/angular-hammer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED] Angular Hammer v2

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.

See it in action.

Usage

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};"

Install

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.

Demo

monospaced.github.io/angular-hammer

About

[DEPRECATED] Hammer.js support for AngularJS

http://monospaced.github.io/angular-hammer/


Languages

Language:HTML 100.0%