pedroabreu / ion-gallery

Ionic gallery directive
MIT License
124 stars 61 forks source link

How can i add additional buttons to the header next to the 'done' button? #19

Closed vandervidi closed 8 years ago

vandervidi commented 8 years ago

I would like to add additional buttons like 'share' , 'delete' . How can i do this?

pedroabreu commented 8 years ago

As for now you can't but it's definitely something I have in my mind to implement. Although, of course, I'm open to any Pull Request with that feature :)

w3development-kn commented 8 years ago

go to ion-gallery/templates/slider.html. Before line 3 you can add any button you want.

pedroabreu commented 8 years ago

Fixed with #62