Angular uses umeditor and binds data to the editor. html tags are displayed when ng-model is used and ng-bind is used, but I am using the modal box. the ng-bind is displayed normally for the first time. after exiting the modal box, clicking it again will display it with ne-model...
Angular uses umeditor and binds data to the editor. html tags are displayed when ng-model is used and ng-bind is used, however, I use the modal box. the ng-bind is displayed normally for the first time. after exiting the modal box, clicking it again will display the same content as that shown in ne-model, with html tags, every time you refresh the page, ng-bind is displayed only once. You can also query it online and use $ sce. trustAsHtml () only once. it is the same as ng-bind. This is not what I want. please help me solve it. some code is as follows:
Content