angular-swiper icon indicating copy to clipboard operation
angular-swiper copied to clipboard

Swiper does not clean up well

Open morious opened this issue 10 years ago • 0 comments

Hi, In a multipage angular application scenario, I noticed that when leaving a page that had a directive that contained angular swiper on it, and browsing to a new page that does not have angular swiper on it, a change in orientation will force the resize even to occur which in turn will cause an exception. I suspect that it happens due to the fact that angular swiper double registers all the events and only deregister them once.

Might be worth looking.

Thx. M

morious avatar Sep 19 '15 15:09 morious