Skip to content

Commit 149b4f9

Browse files
committed
Update to 1.2.3.
1 parent e476b15 commit 149b4f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"authors": [
55
"Cameron Gallarno <[email protected]>",
66
"Stefan Neculai <[email protected]>"
@@ -11,6 +11,7 @@
1111
"angular.js",
1212
"froala",
1313
"text",
14+
"html",
1415
"editor",
1516
"wysiwyg"
1617
],
@@ -23,7 +24,7 @@
2324
"tests"
2425
],
2526
"dependencies": {
26-
"FroalaWysiwygEditor": "1.2.2",
27+
"FroalaWysiwygEditor": "1.2.3",
2728
"angular": "~1.2.22"
2829
}
2930
}

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
88
<!-- Froala files -->
99
<link rel="stylesheet" href="../bower_components/FroalaWysiwygEditor/css/froala_editor.min.css" />
10+
<link rel="stylesheet" href="../bower_components/FroalaWysiwygEditor/css/froala_style.min.css" />
1011
<link rel="stylesheet" href="../bower_components/FroalaWysiwygEditor/css/font-awesome.min.css" />
1112

1213
<script src="../bower_components/FroalaWysiwygEditor/js/froala_editor.min.js"></script>

0 commit comments

Comments
 (0)