Adicionado a biblioteca do angular2 RC.0.1

This commit is contained in:
Joaquim Rodolfo Galli
2016-05-04 18:41:59 -04:00
parent 32219befa8
commit 80cb9d5891
13 changed files with 87 additions and 39 deletions

View File

@@ -59,7 +59,7 @@
</tr>
</thead>
<tbody>
<tr *ngFor="#item of uploader.queue">
<tr *ngFor="let item of uploader.queue">
<td><strong>{{ item?.file?.name }}</strong></td>
<td *ngIf="uploader.isHTML5" nowrap>{{ item?.file?.size/1024/1024 | number:'.2' }} MB</td>
<td *ngIf="uploader.isHTML5">