Skip to content

Commit e476b15

Browse files
committed
switched jquery extend to angular extend
1 parent d8e1bbc commit e476b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-froala.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ angular.module('froala', []).
3939

4040
var defaultOptions = {};
4141
var contentChangedCallback;
42-
var options = jQuery.extend( true, froalaConfig, scope.froala )
42+
var options = angular.extend({}, froalaConfig, scope.froala);
4343
if(options.contentChangedCallback){
4444
contentChangedCallback = options.contentChangedCallback;
4545
delete options.contentChangedCallback;

0 commit comments

Comments
 (0)