textAngular-uploadImage
This plugin allows adds possibility to upload images into textAngular Text-Editor/Wysiwyg.
After picking a file - it injects <img>
tag with base64
right into the content. No actual file upload to a backend is required.
Installation
- Latest release
- Bower:
bower install textAngular-uploadImage
- NPM:
npm install textAngular-uploadImage
Usage
// Add 'textAngular-uploadImage' module to your project.var myApp = angular; // Add 'uploadImage' to the toolbar.myApp;