I'm building an application where I depend on ngClass to change the class of elements. The problem is that I can not get ngClass to interpret a change in screen width (concept of responsiveness).
I know I can do this by using $scope.$watch
in another directive but I want to keep the maximum control already native to AngularJS. Is there any way to make ngClass identify that there was a change in page width and reassess its condition?