Open CheekuMaa opened 6 years ago
I have editable text , if user edits value say from 10 to 20 , editable colour should change from Default colour (Blue) to Green ..
This will help user to identify that there was a change made
I think you could add something like this to your editable link: ng-class="{your_class: your_item >= 10 && your_item <= 20}
ng-class="{your_class: your_item >= 10 && your_item <= 20}
I have editable text , if user edits value say from 10 to 20 , editable colour should change from Default colour (Blue) to Green ..
This will help user to identify that there was a change made