We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e7c21 commit 41e5d00Copy full SHA for 41e5d00
demo/app.js
@@ -18,16 +18,14 @@
18
}
19
20
};
21
- $scope.text="temp";
22
- $scope.myHtml="blurevent";
+
23
$scope.initialize = function(initControls) {
24
$scope.initControls = initControls;
25
$scope.deleteAll = function() {
26
initControls.getEditor()('html.set', '');
27
28
29
30
-
31
$scope.myTitle = '<span style="font-family: Verdana,Geneva,sans-serif; font-size: 30px;">My Document\'s Title</span><span style="font-size: 18px;"></span></span>';
32
$scope.sample2Text = '';
33
$scope.sample3Text = '';
@@ -46,4 +44,4 @@
46
44
47
45
$scope.linkModel = {href: 'https://www.froala.com/wysiwyg-editor'}
48
49
- });
+ });
0 commit comments