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

allow modification of default rules #45

Closed zacronos closed 6 years ago

zacronos commented 6 years ago

Solves #40.

Sets an initial value on screenSize.rules equal to a copy of the default rules, so they can be inspected, extended, changed, etc.

Also adds a method screenSize.restoreDefaultRules() to revert screenSize.rules to a new copy of the default rules, and adds documentation for all of the above to the README.