pedroabreu / ion-gallery

Ionic gallery directive
MIT License
124 stars 61 forks source link

On-Hold Event #78

Open LexBel-co opened 7 years ago

LexBel-co commented 7 years ago

Hello Pedro, and thank u for this gallery.

I need to add 'on-hold' event for each image, and i modified the js files and added this code at the image's creation:

on-hold="{{photo.onHold}}"

And in the $scope.items, for each image, i have added an onHold variable with the correspondent callback function, and all works fine, and the on-hold tag are added to each image, but when i hold over an image the event doesn't work.

Can you help me please.

PD: Forgive my english

adrpnt commented 6 years ago

I have the same problem, someone has some information that can help.