jacopotarantino / angular-match-media

Angular module to use Bootstrap3 media queries in your angular controllers.
https://jack.ofspades.com/angular-matchmedia-module/
Other
135 stars 37 forks source link

Missing Cleanup Listener in when() API #32

Closed edmondchui closed 7 years ago

edmondchui commented 8 years ago

In both the on() and onChange() APIs, the resize listener is cleaned up in scope.$destroy() event. However, the resize listener inside when() API is not cleaned up. Please add the appropriate code or I can submit a PR.