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.
create a textarea with md-maxlength="500" ng-model="modelitem.description"
create a button with a function that updates modelitem.description to be null
issue - the couter of characters used next to the text area will not update, it will stay as 32/500 for example. It will only update once the user starts typing again.