Skip to content

Instantly share code, notes, and snippets.

@aurangzaib
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save aurangzaib/4c3dfa0257ffe8d0656e to your computer and use it in GitHub Desktop.

Select an option

Save aurangzaib/4c3dfa0257ffe8d0656e to your computer and use it in GitHub Desktop.
summernote callbacks
```javascript
$scope.options = {
onImageUpload: (files, editor, $editable) =>
console.log('image upload:', files, editor, $editable)
};
<summernote config="options" ng-model="whatever">{{whatever}}</summernote>
```
problem with angular-summernote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment