# ueditor-angular
**Repository Path**: twp0217/ueditor-angular
## Basic Information
- **Project Name**: ueditor-angular
- **Description**: angular directive for UEditor(基于AngularJS的UEditor指令)
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: http://twp0217.oschina.io/ueditor-angular/
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-04-27
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ueditor-angular
> angular directive for UEditor(基于AngularJS的UEditor指令)
## 环境
- **AngularJS >=1.2.0**
## 安装
#### 安装依赖
```
bower install ueditor-angular --save
```
#### 项目引入`angular`、`ueditor`和`ueditor-angular`相关js
```
```
#### 引入模块`ueditor-angular`
```
var app = angular.module('app', [
'ueditor-angular'
]);
```
## 文档
### 属性(Attributes)
| 名称 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| setting | Object | - | [配置项](http://fex.baidu.com/ueditor/#start-config) |
### 事件(Events)
| 名称 | 参数 | 说明 |
| --- | --- | --- |
| onReady | $ueditor : Editor | 编辑器初始化完成 |
| onContentChange | $content : string | 编辑器内容改变 |
# 支持
- 如果项目对你有帮助,请点颗星:star:,谢谢。
- 如果你对项目有想法、问题、BUG,欢迎讨论。