Diego
Results
2
comments of
Diego
@ksachdeva The directive **SwiperSlide** should launch an event when it finishes. So you can listen to this event our controller to run an update. **angular-swiper.js** ``` javascript function SwiperSlide() {...
Hi Gonzalo, I've just solved this in my project. My case was with SingleSort, I read the code and the only way to 'reset' the sorting is setting `sort-order` prop...