-
Notifications
You must be signed in to change notification settings - Fork 1
angular ngClass
sinsunsan edited this page Sep 25, 2014
·
5 revisions
- http://docs.angularjs.org/api/ng/directive/ngClass
- https://coderwall.com/p/r3_geg
- My tests http://jsbin.com/tatux/3/
- http://stackoverflow.com/questions/7792652/what-is-the-best-way-to-conditionally-apply-a-class-with-angularjs
Use cases
in the html > ng-class="scopeVarName"
in the controller > $scope.scopeVarName = 'blue';
in the css .blue { color: blue; }
http://stackoverflow.com/questions/14024448/expression-inside-ng-class