ng-Ckeditor,angularjs:有时,ckeditor无法加载要在html

时间:2017-09-11 10:03:24

标签: angularjs ng-ckeditor

我正在使用ng-ckeditor http://ngmodules.org/modules/ng-ckeditor for angularjs app。

我的代码 html的

<textarea ng-model="target.Content" ckeditor></textarea>

的.js

getData().then(response){
$scope.target.Content = response;
})

我有一个问题是: 有时候,Html中的CkEditor什么也没显示。我不明白为什么 求你帮帮我!

0 个答案:

没有答案