wzr1337/angular-gestures

Error when apply angular-gestures

Closed this issue · 1 comments

I did follow your instruction, work OK, but today I update angular-gestures, then I can't use it anymore, it show error Hammer is not defined at hammertime = new Hammer(element[0], opts); I don't know why.
I added 'angular-gestures' to module, and include file gestures.js
Can you help me?

dont know if its still relevant for you, but maybe this will help someone else. since version 0.3 you also have to add a recent version of hammer.js to your html file.
Also note that the documentation is atm outdated, hammer has changed most of the event names...