This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
maxlength/minlength attribute broke 2-way databinding #145
Open
Description
I had this code:
<textarea ui-tinymce="{trusted: true}" id="tinymceEmailCuerpo"
aria-label="Cuerpo"
maxlength="100"
ng-model="plantillaCorreo.entidad.Cuerpo"></textarea>
This cause the model var "plantillaCorreo.entidad.Cuerpo" becomes undefined, also printing {{plantillaCorreo.entidad.Cuerpo}} displays nothing and of course the 2-way databinding stops working.
I was trying to figure it out the reason without success.