With ngClass directive, it is easier to maintain CSS classes between HTML elements dynamically.
You cannot just pass the class name in ng-class like class attribute.
You need to either use the $scope variable or expression for including classes on the element.
In this tutorial, I show how you add and remove class using ngClass in AngularJS.



