sebelga / ionic-advanced-carousel

Carousel directive for Ionic Frameworks that allows any custom template as an item.
http://sebelga.github.io/ionic-advanced-carousel/
GNU General Public License v2.0
42 stars 18 forks source link

Carousel not working #1

Closed indralesmana10 closed 8 years ago

indralesmana10 commented 8 years ago

Why this plugin on Ionic Modal not working well?

sebelga commented 8 years ago

Hello, To use it inside a modal you have to set the properties on the $scope object of the Controller. You then have to pass the scope inside the options when creating the Ionic Modal.

I updated the demo so you can have a look at how to implement it.

indralesmana10 commented 8 years ago

okay thank you...