We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089cee1 commit d3b8d0aCopy full SHA for d3b8d0a
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-froala",
3
- "version": "3.0.1-1",
+ "version": "3.0.1-2",
4
"authors": [
5
"Cameron Gallarno <[email protected]>"
6
],
src/angular-froala.js
@@ -116,10 +116,7 @@
116
ctrl.editorInitialized = true;
117
ngModel.$render()
118
}
119
- console.log('@@@@@@@@@@@@@@@', element[0].innerHTML);
120
ctrl.froalaEditor = new FroalaEditor(element[0], ctrl.options);
121
- // ctrl.froalaElement = ctrl.froalaEditor.$el[0];
122
- // element[0].innerHTML = ctrl.froalaEditor.$el[0].innerHTML;
123
124
//assign the froala instance to the options object to make methods available in parent scope
125
if (scope.froalaOptions) {
0 commit comments