The value of a summernote model before entering text is an empty string as expected. But if you enter text and then remove it, the value of the summernote model is <br>. This ruins ngRequired.
Oddly enough, in my testing, if you type text into an empty summernote, then remove it, its value is <br>. But if you add some hard returns to the empty summernote, then delete them, its value is an empty string.
The value of a summernote model before entering text is an empty string as expected. But if you enter text and then remove it, the value of the summernote model is
<br>. This ruins ngRequired.Oddly enough, in my testing, if you type text into an empty summernote, then remove it, its value is
<br>. But if you add some hard returns to the empty summernote, then delete them, its value is an empty string.