This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11bower_components /
2- node_modules /
2+ node_modules /
3+ /* .iml
4+ /.idea
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ bower install
3838This will copy the ui-tinymce files into your ` components ` folder, along with its dependencies. Load the script files in your application:
3939
4040``` html
41- <script type =" text/javascript" src =" app/bower_components/tinymce/tinymce.js" ></script >
41+ <script type =" text/javascript" src =" app/bower_components/tinymce-dist /tinymce.js" ></script >
4242<script type =" text/javascript" src =" app/bower_components/angular/angular.js" ></script >
43- <script type =" text/javascript" src =" app/bower_components/angular-ui-tinymce/tinymce.js" ></script >
43+ <script type =" text/javascript" src =" app/bower_components/angular-ui-tinymce/src/ tinymce.js" ></script >
4444```
4545
4646Add the tinymce module as a dependency to your application module:
@@ -99,4 +99,4 @@ myAppModule.controller('MyController', function($scope) {
9999<form method =" post" >
100100 <textarea ui-tinymce =" tinymceOptions" ng-model =" tinymceModel" ></textarea >
101101</form >
102- ```documentation
102+ ```
You can’t perform that action at this time.
0 commit comments