Skip to content

Commit d3b8d0a

Browse files
author
Navneet Kumar
committed
Update to 3.0.1-2
1 parent 089cee1 commit d3b8d0a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-froala",
3-
"version": "3.0.1-1",
3+
"version": "3.0.1-2",
44
"authors": [
55
"Cameron Gallarno <[email protected]>"
66
],

src/angular-froala.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,7 @@
116116
ctrl.editorInitialized = true;
117117
ngModel.$render()
118118
}
119-
console.log('@@@@@@@@@@@@@@@', element[0].innerHTML);
120119
ctrl.froalaEditor = new FroalaEditor(element[0], ctrl.options);
121-
// ctrl.froalaElement = ctrl.froalaEditor.$el[0];
122-
// element[0].innerHTML = ctrl.froalaEditor.$el[0].innerHTML;
123120

124121
//assign the froala instance to the options object to make methods available in parent scope
125122
if (scope.froalaOptions) {

0 commit comments

Comments
 (0)