Upgrade to angular 2.0.0-rc.1

This commit is contained in:
Carlos Iriarte
2016-05-03 16:36:09 -07:00
parent 32219befa8
commit a8c575e7d4
11 changed files with 63 additions and 38 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">