Skip to content

Commit 3083686

Browse files
committed
修改readme
1 parent 281a8a0 commit 3083686

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# angular-simditor
1+
# Angular-Simditor
2+
3+
Angular Editor for [simditor](https://github.com/mycolorway/simditor)
4+
5+
# Bower Install
6+
bower install ghostboyzone/angular-simditor --save
7+
8+
# 用法
9+
10+
angular.module('app', ['angular-simditor'])
11+
12+
<ng-simditor content="editorModel"></ng-simditor>
13+
14+
// editorModel就是编辑器对应的富文本的值

0 commit comments

Comments
 (0)