Skip to content

Commit e059496

Browse files
committed
Update to v1.2.7.
1 parent 88425f7 commit e059496

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ angular-froala provides AngularJS bindings to the froala WYSIWYG editor.
44
## Installation
55

66
1. Clone this repo or download the zip.
7-
2. Run `bower install` or Download the editor from [http://editor.froala.com/](http://editor.froala.com/) and jQuery
8-
3. Load Froala WYSIWYG editor, jquery and the angular-froala files into your project
7+
2. Run `bower install` or Download the editor from [http://froala.com/wysiwyg-editor/](http://froala.com/wysiwyg-editor/) and jQuery
8+
3. Load Froala WYSIWYG editor, jQuery and the angular-froala files into your project
99
- src/angular-froala.js
1010
- src/froala-sanitize.js
1111

@@ -44,11 +44,11 @@ _view.html_
4444
```html
4545
<textarea froala="froalaOptions" ngModel="myHtml"></textarea>
4646
```
47-
View a list of all the options avaible in the [docs](http://editor.froala.com/options)
47+
View a list of all the options available in the [docs](http://froala.com/wysiwyg-editor/docs/options)
4848

4949
###Methods
5050

51-
To use the methods availible, access the editor instance from your froalaOptions object `$scope.options.froala(method)` and use it as described in the [method docs](http://editor.froala.com/methods). example:
51+
To use the methods available, access the editor instance from your froalaOptions object `$scope.options.froala(method)` and use it as described in the [method docs](http://froala.com/wysiwyg-editor/docs/methods). example:
5252

5353
```javascript
5454
function myCtrl($scope){
@@ -73,7 +73,5 @@ Congrats all is done!
7373
7474
The `angular-froala` project is under MIT license.
7575
76-
You may use the editor for non-commercial websites for free under the [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nc-nd/4.0/).
77-
78-
Froala Editor has [4 different licenses](http://editor.froala.com/download/) for commercial use.
79-
For details please see [License Agreement](http://editor.froala.com/license).
76+
Froala Editor has [4 different licenses](http://froala.com/wysiwyg-editor/pricing) for commercial use.
77+
For details please see [License Agreement](http://froala.com/wysiwyg-editor/terms).

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "angular-froala",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"authors": [
55
"Cameron Gallarno <[email protected]>",
66
"Stefan Neculai <[email protected]>"
77
],
8-
"description": "Angular.js bindings for Froala text editor.",
8+
"description": "Angular.js bindings for Froala WYSIWYG HTML editor.",
99
"main": "src/angular-froala.js",
1010
"keywords": [
1111
"angular.js",
@@ -30,7 +30,7 @@
3030
"tests"
3131
],
3232
"dependencies": {
33-
"FroalaWysiwygEditor": "1.2.6",
33+
"FroalaWysiwygEditor": "1.2.7",
3434
"angular": "~1.2.22"
3535
}
3636
}

0 commit comments

Comments
 (0)