Last active
November 17, 2015 08:55
-
-
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
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
<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