You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ This repository contains bindings for the latest version of the Froala Editor (v
14
14
15
15
1. Clone this repo or download the zip.
16
16
17
-
2. Run `bower install` or Download the editor from [https://www.froala.com/wysiwyg-editor/](https://www.froala.com/wysiwyg-editor/)
17
+
2. Run `bower install` or Download the editor from [https://www.froala.com/wysiwyg-editor/](https://www.froala.com/wysiwyg-editor/) and jQuery
18
18
19
-
3. Load Froala WYSIWYG editor (and all desired plugins) and the angular-froala files into your project.
19
+
3. Load Froala WYSIWYG editor (and all desired plugins), jQuery and the angular-froala files into your project.
20
20
- src/angular-froala.js
21
21
22
+
***NB***: You must ensure jQuery is included *before* angular, otherwise Angular will use it's own jqLite which doesn't provide the necessary functions.
0 commit comments