Maison > développement back-end > tutoriel php > javascript - angular使用umeditor中,需要将数据绑定到编辑器中,显示html的问题

javascript - angular使用umeditor中,需要将数据绑定到编辑器中,显示html的问题

WBOY
Libérer: 2016-08-04 09:19:46
original
1023 Les gens l'ont consulté

angular使用umeditor中,需要将数据绑定到编辑器中,使用ng-model则会显示html标签,使用ng-bind则会正常显示,但是我使用的是modal模态框,第一次ng-bind正常显示,当退出模态框后,再次点进去就会跟ne-model显示的一样,内容带有html标签,每次刷新页面,ng-bind都只会正常显示一次。网上也查询了,使用过$sce.trustAsHtml(),也是只能显示一次,跟ng-bind一样。这并不是我想要的,请教大神帮我解决,部分代码如下:

<code><div class="form-group">
        <label>内容</label>
        <script type="text/plain" id="myEditor" ng-bind="item.contents" style="width:1000px;height:240px;"></script>
</div></code>
Copier après la connexion
Copier après la connexion

第一次显示
javascript - angular使用umeditor中,需要将数据绑定到编辑器中,显示html的问题

第二次显示
javascript - angular使用umeditor中,需要将数据绑定到编辑器中,显示html的问题

回复内容:

angular使用umeditor中,需要将数据绑定到编辑器中,使用ng-model则会显示html标签,使用ng-bind则会正常显示,但是我使用的是modal模态框,第一次ng-bind正常显示,当退出模态框后,再次点进去就会跟ne-model显示的一样,内容带有html标签,每次刷新页面,ng-bind都只会正常显示一次。网上也查询了,使用过$sce.trustAsHtml(),也是只能显示一次,跟ng-bind一样。这并不是我想要的,请教大神帮我解决,部分代码如下:

<code><div class="form-group">
        <label>内容</label>
        <script type="text/plain" id="myEditor" ng-bind="item.contents" style="width:1000px;height:240px;"></script>
</div></code>
Copier après la connexion
Copier après la connexion

第一次显示
javascript - angular使用umeditor中,需要将数据绑定到编辑器中,显示html的问题

第二次显示
javascript - angular使用umeditor中,需要将数据绑定到编辑器中,显示html的问题

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal