I've designed a plunk where I'm trying to validate a form with a button featuring a font-awesome icon. The text field is mandatory and I'd like to disable the icon if no data has been entered. However, it seems that ng-disabled
doesn't support this functionality with font awesome icons.
Has anyone encountered this issue before? Your input would be greatly appreciated.
You can access the plunk here