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

onRuleChange #44

Closed zacronos closed 6 years ago

zacronos commented 6 years ago

This adds another method, .onRuleChange, which fires its callback any time the name of the matched media query rule changes. This can allow simpler and more efficient code vs multiple .onChange handers.

This PR also adds documentation for the new .onRuleChangemethod, corrects and improves documentation for .onChange, and adds missing documentation for the .get method.