Skip to content

Instantly share code, notes, and snippets.

@liorkesos
Last active November 17, 2015 08:55
Show Gist options
  • Save liorkesos/49172a11da1164cfb419 to your computer and use it in GitHub Desktop.
Save liorkesos/49172a11da1164cfb419 to your computer and use it in GitHub Desktop.
The mean-upload package provides the next directive that lets you upload multiple files to the server
<mean-upload file-dest="'/files/photos/'"
upload-callback="uploadFinished(files)"
upload-file-callback="uploadFileCallback(file)"></mean-upload>
<div data-ng-repeat="img in images">
<img data-ng-src="{{img.src}}" alt="">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment