jungles-components
v2.3.0
Published
Angular.js components for jungles-panel
Downloads
2
Readme
Jungles Components
Angular.js components for jungles-panel.
Upload
upload(url='/files', ng-model='data.files')
url
The component will post a data url encode file to this url. The body of the request should be:
{ file: 'DataUrl' }
The response should be:
{ file: filename }
ng-model
An array that holds filenames.