Skip to content

解决上传图片不能更新ng-model的方法 #15

@mumofa

Description

@mumofa

angular-ueditor.js 最后面 new _NGUeditor(); 的前面 给window全局赋值 例如window.Ue = new _NGUeditor();

然后在编辑完成的时候 发送请求之前
添加一条代码
vm.newInfo.content = ue.editor.body.innerHTML;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions