Open Jones-S opened 9 years ago
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:
But unfortunately this does not work.
Is there a possibility to do something like this?
Any hints appreciated. thanks
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