Skip to content

Commit 41e5d00

Browse files
Removed Unncessary lines from the code.
1 parent c8e7c21 commit 41e5d00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

demo/app.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@
1818
}
1919
}
2020
};
21-
$scope.text="temp";
22-
$scope.myHtml="blurevent";
21+
2322
$scope.initialize = function(initControls) {
2423
$scope.initControls = initControls;
2524
$scope.deleteAll = function() {
2625
initControls.getEditor()('html.set', '');
2726
};
2827
};
2928

30-
3129
$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>';
3230
$scope.sample2Text = '';
3331
$scope.sample3Text = '';
@@ -46,4 +44,4 @@
4644
};
4745
$scope.linkModel = {href: 'https://www.froala.com/wysiwyg-editor'}
4846

49-
});
47+
});

0 commit comments

Comments
 (0)