How to apply the css class dynamically in ng-class based on condition.
Code:
<input type="text" id="ProcessRight_SearchUserLeft" class="inputSearch" placeholder="Search" ng-model="selectedUserOne" ng-class=""/>
Question: if i have condition bool selecteduser if it is true red want to apply otherwise green want to apply