Skip to content
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
@rolandocc

Description

@rolandocc

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions