diff --git a/demo/app.js b/demo/app.js index e637f36..45f1dbf 100644 --- a/demo/app.js +++ b/demo/app.js @@ -33,6 +33,7 @@ $scope.sample2Text = ''; $scope.sample3Text = 'Check out the Froala Editor'; + $scope.imgModel = {src: 'image.jpg'}; $scope.buttonModel = {innerHTML: 'Click Me'}; @@ -42,6 +43,12 @@ angularIgnoreAttrs: ['class', 'ng-model', 'id', 'froala'] } + $scope.sample8Text = '
Hello, world!
'; + $scope.sample8Options = { + initOnClick: true, + placeholderText: "", + } + $scope.initializeLink = function(linkInitControls) { $scope.linkInitControls = linkInitControls; }; diff --git a/demo/index.html b/demo/index.html index c31f541..506a2e0 100644 --- a/demo/index.html +++ b/demo/index.html @@ -119,6 +119,11 @@