Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Fix model updating -- oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sidyadav committed Feb 12, 2015
1 parent a75ceff commit e2c3abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular-redactor-filepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ RedactorPlugins.filepicker = function() {
});
},
options = {
changeCallback: updateModel,
plugins: ['filepicker', 'fullscreen'],
buttons: ['html', 'formatting', 'bold', 'italic', 'deleted', 'outdent', 'indent', 'image', 'file', 'link', 'alignment', 'horizontalrule']
buttons: ['html', 'bold', 'italic', 'deleted', 'outdent', 'indent', 'image', 'file', 'link', 'alignment', 'horizontalrule']
},
additionalOptions = attrs.redactor ?
scope.$eval(attrs.redactor) : {},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-redactor-filepicker",
"main": "angular-redactor-filepicker.js",
"version": "1.7.0",
"version": "1.8.0",
"homepage": "https://github.com/UseFedora/angular-redactor",
"authors": [
"Tyler Garlick <[email protected]>",
Expand Down

0 comments on commit e2c3abc

Please sign in to comment.