Currently if the model is set to `null || undefined` `ng-change` and `watch` are triggered on initialization. Most probably has to do with the following line of code: `ngModel.editor.setContent(ngModel.$viewValue || "");`
Currently if the model is set to
null || undefinedng-changeandwatchare triggered on initialization.Most probably has to do with the following line of code:
ngModel.editor.setContent(ngModel.$viewValue || "");