angular-hammer
angular-hammer copied to clipboard
Passing arguments to function besides event arguments
Hi there
I want to call a function on a hammer pan and I want to pass a custom value with it.
`
I thought I could use something like this:$scope.startPan = function (event, string) {
//... handler
}``
But unfortunately this does not work.
Is there a possibility to do something like this?
Any hints appreciated. thanks