File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ To your `bower.json` file. Then run
32
32
33
33
This will copy the ui-tinymce files into your ` components ` folder, along with its dependencies. Load the script files in your application:
34
34
35
- <script type="text/javascript" src="components/ tinymce/tinymce.js"></script>
36
- <script type="text/javascript" src="components /angular/angular.js"></script>
37
- <script type="text/javascript" src="components/ angular-ui-tinymce/tinymce.js"></script>
35
+ <script type="text/javascript" src="app/bower_components/ tinymce/tinymce.min .js"></script>
36
+ <script type="text/javascript" src="app/bower_components /angular/angular.js"></script>
37
+ <script type="text/javascript" src="app/bower_components/ angular-ui-tinymce/src /tinymce.js"></script>
38
38
39
39
Add the tinymce module as a dependency to your application module:
40
40
You can’t perform that action at this time.
0 commit comments