Skip to content

Commit e3c7ea3

Browse files
Fix for #174(UpdateOn Blur not working)
Get Value from html.get method of the editor.
1 parent ca630ff commit e3c7ea3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
}
1919
}
2020
};
21-
21+
$scope.text="temp";
22+
$scope.myHtml="blurevent";
2223
$scope.initialize = function(initControls) {
2324
$scope.initControls = initControls;
2425
$scope.deleteAll = function() {
2526
initControls.getEditor()('html.set', '');
2627
};
2728
};
29+
2830

2931
$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>';
3032
$scope.sample2Text = '';

0 commit comments

Comments
 (0)