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 .when method #16

Closed bitflower closed 8 years ago

bitflower commented 8 years ago

Hey J!

Another small fix regarding iOS behaviour and the .when method. The .when function really only makes sense on iOS with this fix. I had a case where I was infinitely scrolling and due to the fact that iOS is throwing resize events on scroll ocassionally made the .when function useless. So I added this.

Check it.

Matt

jacopotarantino commented 8 years ago

Closing this as it's a bit out of date. Feel free to leave me a note or re-open with updated code.