Last active
August 29, 2015 14:14
-
-
Save aurangzaib/4c3dfa0257ffe8d0656e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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