Skip to content

Commit

Permalink
Merge pull request #55 from jsdw/master
Browse files Browse the repository at this point in the history
Use more idiomatic angular when parsing opts, and add a provider to allow setting of defaults
  • Loading branch information
RyanMullins committed Jun 19, 2015
2 parents d0bb0a8 + dcf8878 commit 3d0b91a
Show file tree
Hide file tree
Showing 9 changed files with 553 additions and 376 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Angular Hammer v2.1.10
# Angular Hammer v3.0-jsdw

An [Angular.js](https://angularjs.org/) module that enables you to bind custom behavior to [Hammer.js](http://hammerjs.github.io/) touch events. It was derived from the [Angular Hammer](https://github.com/monospaced/angular-hammer) project by [Monospaced](https://github.com/monospaced).
An [Angular.js](https://angularjs.org/) module that enables you to bind custom behavior to [Hammer.js](http://hammerjs.github.io/) touch events. It is a heavily modified version of Ryan Mullins' [angular-hammer](https://github.com/RyanMullins/angular-hammer) module, which itself was derived from the [Angular Hammer](https://github.com/monospaced/angular-hammer) project by [Monospaced](https://github.com/monospaced).

Tweaks from Ryan Mullins version include an additional directive to allow setting of global presets and importing of global presets from `Hammer.defaults.presets`, and other general tidyup.

## Installation

Expand Down
Loading

0 comments on commit 3d0b91a

Please sign in to comment.