Cleverstack File Upload module
Provides file uploading frontend components to CleverStack's ecosystem
Setup
Setting up Bower components
-
Add
filepickerto your bower.json. -
run
bower install -
Add datatables and moment to your app/modules/main.js file.
- Add the paths to the filepicker plugins to the paths object.
- A shim needs to be added to the shim object for filepicker
- Lastly, filepicker needs to be added to the required array at the bottom.
- Add
filepickerto your app/modules/application/main.js file. It belongs in the array of required modules.
Setting up Cleverstack Fileupload
-
Add 'cs_file_upload' to your app/modules/main.js file. It belongs in the
packagearray at the top. -
Add
cs_file_uploadto your app/modules/application/main.js file. It belongs in the array of required modules. -
Add
cs_file_uploadto your app/modules/application/module.js file.cs_datatablesbelongs in yourappmodule's array of required modules.
Usage
- Add the
filepickerangular module to your controller.