Best way to conditionally Adding a class in angular js
In Angular js we can use ng-class to add a class and we can pass a filter if we want to conditionally add the class based on the data passed.
In Angular js we can use ng-class to add a class and we can pass a filter if we want to conditionally add the class based on the data passed.