我正在使用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什么也没显示。我不明白为什么 求你帮帮我!