Skip to content

Commit 0863aea

Browse files
author
Jonas Drieghe
committed
Correct typo in README, html attributes should not be camelCased
1 parent bfe0442 commit 0863aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function myCtrl($scope){
4848
_view.html_
4949

5050
```html
51-
<textarea froala="froalaOptions" ngModel="myHtml"></textarea>
51+
<textarea froala="froalaOptions" ng-model="myHtml"></textarea>
5252
```
5353
View a list of all the options available in the [docs](https://www.froala.com/wysiwyg-editor/docs/options)
5454

0 commit comments

Comments
 (0)