angular-responsive icon indicating copy to clipboard operation
angular-responsive copied to clipboard

A set of AngularJS directives to help with responsive design.

Results 7 angular-responsive issues
Sort by recently updated
recently updated
newest added

Hi, Could you add a feature to handle the resize event? When you resize the browser the layout does not change.

The names of the directives in responsive-directives.js are arXs, arSm, arMd, arLg rather than arMobile, arTablet, arDesktop, etc. Or maybe the code should be updated accordingly? And what is responsive.js...

Wasn't able to get this working. What are the correct directive names and which JS files need to be included? It seems like the documentation is out of sync?

Hello, I understand that this $watch should be listening the config, https://github.com/lavinjj/angular-responsive/blob/master/src/responsive-directive.js#L91 and if it change destroy and create the element again, per example, when a tablet is turned. I...

If you add to div for example data-ar-mobile and ng-click attributes - click listener not trigger. Workaround: wrap your ng-click div with another div where you have data-ar-mobile attribute.

![app-mobile-emulation](https://cloud.githubusercontent.com/assets/210413/2806507/081e3202-cccb-11e3-8f62-d1792681014a.png)

Really nice code library. I just wanted to suggest a refactor that could improve your code maintenance and reader understanding. ``` js .directive('arMobile', ['responsiveHelper', function (responsiveHelper) { return { restrict...