Is there a way to display an X mark in red on checkboxes when the ng-disabled
condition is evaluated as true
? I am a beginner in Angular.js and would appreciate any assistance.
Here is what I have attempted so far:
if (module.Name === 'val1' || module.Name === 'val2') {
return true; // I am checking if ng-disabled is true or false here
}