Skip to content
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

Fix #2443 (importer): Firefox doesn't have srcElement #2450

Merged
merged 1 commit into from Dec 26, 2014

Conversation

@PaulL1
Copy link
Contributor

PaulL1 commented Dec 26, 2014

No description provided.

@c0bra c0bra added the in progress label Dec 26, 2014
PaulL1 added a commit that referenced this pull request Dec 26, 2014
Fix #2443 (importer): Firefox doesn't have srcElement
@PaulL1 PaulL1 merged commit 54b0501 into angular-ui:master Dec 26, 2014
1 check passed
1 check passed
continuous-integration/travis-ci The Travis CI build passed
Details
@c0bra c0bra removed the in progress label Dec 26, 2014
@PaulL1 PaulL1 deleted the PaulL1:2443_fix_importer branch Dec 26, 2014
@bleuscyther

This comment has been minimized.

Copy link

bleuscyther commented on b60aca9 Jan 5, 2015

Perfect fix,
I think you forgot one (line 728) :

var fileObject = event.srcElement.files[0]
->
var fileObject = target.files[0];

This comment has been minimized.

Copy link
Contributor Author

PaulL1 replied Jan 8, 2015

Thanks, updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.