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

Demo code at line 64, 65 does not work about isHTML5 #1009

Open
win4517 opened this issue Apr 18, 2018 · 1 comment
Open

Demo code at line 64, 65 does not work about isHTML5 #1009

win4517 opened this issue Apr 18, 2018 · 1 comment

Comments

@win4517
Copy link

win4517 commented Apr 18, 2018

Original code at line 64, 65:

<td *ngIf="uploader.isHTML5" nowrap>{{ item?.file?.size/1024/1024 | number:'.2' }} MB</td>
<td *ngIf="uploader.isHTML5">

I added options. can work:

<td *ngIf="uploader.options.isHTML5" nowrap>{{ item?.file?.size/1024/1024 | number:'.2' }} MB</td>
<td *ngIf="uploader.options.isHTML5">

btw because at line 64, 65 have *ngIf,
so I think there are add *ngIf="uploader.options.isHTML5" at line 55, 56 as well.

@koenvanderlinden
Copy link

Yes, it's failty. There's a pull request #997 to fix this.
I hope the contributors can process them soon.

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

No branches or pull requests

2 participants