You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Overview of the Issue:
There are some issues with updating the model for textareas contained in md-input-containers. The view model is probably not getting updated since the view isn't visible upon initialization of the page.
We've seen this same thing a lot with different libraries since updating to AngularJS 1.3.x. Here's a similar issue with angular-bootstrap-switch (frapontillo/angular-bootstrap-switch#52). We've also seen it with ui-select2.
We were able to solve both issues using $intervals that just sit and wait for the view to become visible and then initialize the model properly. But this seems like a horrible hack, so we're hoping to hear about a better fix for this.