angular.xheditor:xhEditor的AngularJS版本

时间:2021-07-13 07:10:33
【文件属性】:
文件名称:angular.xheditor:xhEditor的AngularJS版本
文件大小:1.66MB
文件格式:ZIP
更新时间:2021-07-13 07:10:33
JavaScript xhEditor AngularJS 更新说明 自行配置Gruntfile.js文件,将所有文件统一生成并压缩为一个js文件。 去掉依赖$.browser。 新增angular.xheditor.js,支持ng双向绑定。【由于无提供类似变更内容时事件通知,所以双向绑定采用$timeout,默认:1000毫秒自动绑定一次。】 增加bower支持。 使用说明 添加angular.xheditor模块到你的应用。 angular.module('myApp', ['angular.xheditor', ...]); html标记 <textarea class="form-control" ng-model="html" config="editor_config" xheditor></textarea>

Test:

    {{html}}
<butt

网友评论