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

Fix for media filter. I used the screenSize.get function but it had been removed. #26

Closed mollwe closed 8 years ago

mollwe commented 8 years ago

TypeError: screenSize.get is not a function at mediaFilter (http://localhost:17382/components/angular-media-queries/match-media.js:198:29)

Fixed by setting this.get = getCurrentMatch allowing filter to use screenSize.get function.

jacopotarantino commented 8 years ago

Change approved!