Open tajinderjit13 opened 5 years ago
Pull Request for the above fix https://github.com/froala/angular-froala/pull/216 @navneetnagpal @stefanneculai
@navneetnagpal
Seems like you should merge this since it has gone 3 months and the PR is a straight forward oneliner that fixes one of the many issues with this library.
When using ng-required or required attribute on textarea the modelValue is set to undefined. This is happening mainly because the $isEmpty function is always returning true. https://github.com/froala/angular-froala/blob/master/src/angular-froala.js#L97