在`angular-ueditor.js` 最后面 `new _NGUeditor();` 的前面 给window全局赋值 例如`window.Ue = new _NGUeditor();` 然后在编辑完成的时候 发送请求之前 添加一条代码 `vm.newInfo.content = ue.editor.body.innerHTML;`