I have the following directive code and the ng-model does not work. I understand trix-change is not fired for this element. I tried ng-if, the model is now there but it has empty value and does not change.
angular.js:13920 TypeError: Cannot set property 'nodeValue' of undefined
at interpolateFnWatchAction (angular.js:9741)
at interpolateFnWatcher (angular.js:12426)
at watchGroupAction (angular.js:17190)
at Scope.$digest (angular.js:17524)
at Scope.$apply (angular.js:17790)
at done (angular.js:11831)
at completeRequest (angular.js:12033)
at XMLHttpRequest.requestLoaded (angular.js:11966)
I have the following directive code and the ng-model does not work. I understand trix-change is not fired for this element. I tried ng-if, the model is now there but it has empty value and does not change.
Without ng-if, I see the following error:
angular.js:13920 TypeError: Cannot set property 'nodeValue' of undefined at interpolateFnWatchAction (angular.js:9741) at interpolateFnWatcher (angular.js:12426) at watchGroupAction (angular.js:17190) at Scope.$digest (angular.js:17524) at Scope.$apply (angular.js:17790) at done (angular.js:11831) at completeRequest (angular.js:12033) at XMLHttpRequest.requestLoaded (angular.js:11966)