Open phazei opened 7 years ago
It seems that the destroy method deletes everything that was initially inside the slider directive, so any ng-repeat items are lost
On destroy, it should only do element.slick('unslick') rather than destroying the data when it's reinitialized
element.slick('unslick')
It seems that the destroy method deletes everything that was initially inside the slider directive, so any ng-repeat items are lost