angularjs-breakpoint
angularjs-breakpoint copied to clipboard
AngularJS directive that set breakpoints for responsive designed websites
It would be nice if you could launch 'breakpointChange' event on page load so one could obtain an initial breakpoint state
FYI, "class" is a reserved word in ie8 so breakpoint.class causes an error. It's easy to get around this by using breakpoint['class'], but might be good to point this out...
I'd love to use this off of cdnjs. https://github.com/cdnjs/cdnjs Do you already deliver to npm? cdnjs has a setting to automatically pull from npm every 4 hours, so after an...
The resize event is causing a 'string is not a function' error. I'm not 100% sure, but I think ``` function setClass(){} ``` and ``` var setClass ``` could be...