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

Watch off #38

Closed SamanthaAdrichem closed 7 years ago

SamanthaAdrichem commented 7 years ago

Since screenSize.on is probably a watch, is there also a screenSize.off?

jacopotarantino commented 7 years ago

There is not. You could reasonably wrap the on function and create a second listener with on that then checks for the current value to change. If you'd like to create a PR adding the off method I'd be happy to approve it. Otherwise, any future development is going toward an Angular2 version of the plugin. Hope that helps! Feel free to re-open if you have further questions.