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

Bower Tag 2.3 Not Updated with Master - Missing screenSize.on() #5

Closed brianmriley closed 9 years ago

brianmriley commented 9 years ago

It looks like your master branch has the new on() method exposed in the service, but the Git tag for 2.3 that bower uses does not (so on() is not exposed). Looks like 2.3 tag is the same code as 2.2.

jacopotarantino commented 9 years ago

That's correct. 0.2.3 was just a documentation fix really. I've pushed out a new version(0.3.0) that includes some other fixes and the new on method. Let me know if you're having trouble finding it!