We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a8a0 commit 3083686Copy full SHA for 3083686
README.md
@@ -1 +1,14 @@
1
-# angular-simditor
+# 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