Skip to content

Commit

Permalink
change summernote url to summernote.org
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Jan 22, 2015
1 parent fd5ba9e commit cffd836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# angular-summernote - [AngularJS](http://angularjs.org/) directive to [Summernote](http://hackerwins.github.io/summernote/)
# angular-summernote - [AngularJS](http://angularjs.org/) directive to [Summernote](http://summernote.org/)

***

Expand Down Expand Up @@ -30,8 +30,8 @@ or run example in projects(need to run `bower install` before run)

## Installation

angular-summernote requires all include files of [Summernote](http://hackerwins.github.io/summernote/).
see [Summernote's installation](http://hackerwins.github.io/summernote/features.html#installation).
angular-summernote requires all include files of [Summernote](http://summernote.org/).
see [Summernote's installation](http://summernote.org/#/features#installation).

Project files are also available through your favourite package manager:

Expand Down Expand Up @@ -170,14 +170,14 @@ function DemoController($scope) {
```

If you use `$editable` object in `onImageUpload` or `onChange`
(see [summernote's callback](http://hackerwins.github.io/summernote/features.html#callbacks)),
(see [summernote's callback](http://summernote.org/#/features#callbacks)),
you should defined `editable` attribute and use it in `$scope`.
(Because [AngularJS 1.3.x restricts access to DOM nodes from within expressions](https://docs.angularjs.org/error/$parse/isecdom))

### i18n Support

If you use i18n, you have to include language files.
See [summernote's document](http://hackerwins.github.io/summernote/features.html#i18n)
See [summernote's document](http://summernote.org/#/features#i18n)
for more details.
And then you can specify language like:

Expand Down

0 comments on commit cffd836

Please sign in to comment.