首頁  >  文章  >  後端開發  >  javascript - angular使用umeditor中,需要將資料綁定到編輯器中,顯示html的問題

javascript - angular使用umeditor中,需要將資料綁定到編輯器中,顯示html的問題

WBOY
WBOY原創
2016-08-04 09:19:46993瀏覽

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>

第一次顯示
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>

第一次顯示
javascript - angular使用umeditor中,需要將資料綁定到編輯器中,顯示html的問題

第二次顯示
javascript - angular使用umeditor中,需要將資料綁定到編輯器中,顯示html的問題

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn