Skip to content

Commit

Permalink
Update to 1.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanneculai committed Oct 23, 2014
1 parent e476b15 commit 149b4f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-froala",
"version": "1.2.2",
"version": "1.2.3",
"authors": [
"Cameron Gallarno <[email protected]>",
"Stefan Neculai <[email protected]>"
Expand All @@ -11,6 +11,7 @@
"angular.js",
"froala",
"text",
"html",
"editor",
"wysiwyg"
],
Expand All @@ -23,7 +24,7 @@
"tests"
],
"dependencies": {
"FroalaWysiwygEditor": "1.2.2",
"FroalaWysiwygEditor": "1.2.3",
"angular": "~1.2.22"
}
}
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<!-- Froala files -->
<link rel="stylesheet" href="../bower_components/FroalaWysiwygEditor/css/froala_editor.min.css" />
<link rel="stylesheet" href="../bower_components/FroalaWysiwygEditor/css/froala_style.min.css" />
<link rel="stylesheet" href="../bower_components/FroalaWysiwygEditor/css/font-awesome.min.css" />

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

0 comments on commit 149b4f9

Please sign in to comment.