We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<span s3-upload bucket="'myBucketName" ng-model="files.first" s3-upload-options="{getOptionsUri: 'http://Path/To/Server/'}" do-upload="true"> </span>
$scope.files ={ first : 'http://scotch.io/wp-content/themes/thirty/img/scotch-logo.png' }
This is not working. I get name is undefined. Because there is no filename.name parameter for the image being returned.
So can, someone explain, how do I choose a local or a remote path to file url as the value to ng-model ?
Example : ng-model="../images/1.png"
The text was updated successfully, but these errors were encountered:
Any answers for this? Will the dataURI be supported?
Sorry, something went wrong.
No branches or pull requests
This is not working. I get name is undefined. Because there is no filename.name parameter for the image being returned.
So can, someone explain, how do I choose a local or a remote path to file url as the value to ng-model ?
Example : ng-model="../images/1.png"
The text was updated successfully, but these errors were encountered: