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

use array notation due to uglifying issue #6

Closed DLoT closed 9 years ago

DLoT commented 9 years ago

Nice software helped a lot!

I had a problem with uglifying the sources. You should use the "Inline Array Annotation" to prevent minifying issues.

ty Thomas

jacopotarantino commented 9 years ago

Normally I would say to use one of the angular plugins to automatically add that notation but I guess I can't expect everyone to run those on their bower_components or whatever other folder. Approved.