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.
control is always dirty #48
Closed
Description
The control is bound to the model as shown below.
<textarea id="comment" name="comment" ui-tinymce="tinymceOptions" ng-model="comment"></textarea>
when I set a watch on 'comment', I can see the value going from undefined to some value whenever the data come back from the server. But then the control becomes dirty.
How to prevent that ?
Metadata
Metadata
Assignees
Labels
No labels