-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Add dynamic identifier on input type created by ng-file-upload directive. #1167
Comments
i am having same issue..we need different identifier so that it will be easier for us to upload the file in end to end test. |
Feature added at version 10.0.3.
will create
|
Thanks (y) |
This doesn't work inside <div ng-repeat="...">
<div id="myid-{{$index}}" ngf-select></div>
</div> gives <input type="file" id="ngf-myid-{{$index}}" ...> is where any other way to set unique identifier? |
@vilmysj create a separate issue with jsfiddle to show the issue please. |
I'm having the same problem as @vilmysj when trying to set the |
Here is separate issue #1529 |
i have two separate upload button for angular-file-upload. They both create separate input elements at the bottom of the body. As they look alike ( cannot be distinguished ). I want to differentiate them for testing purpose (e2e test selenium webdriver) by passing optional paramater to the directive, but they are treated as string and not evaluated on the input element. I have used new
doctype
attribute.The text was updated successfully, but these errors were encountered: