Skip to content

Commit

Permalink
#1 仪表盘中的英雄能够显示出来了,感觉样式不大对,明天可以调下样式 #1 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
muyuqiu001 committed Feb 17, 2017
1 parent 4848af2 commit 39ccf6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/dashboard.component.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
<h3>Top Heroes</h3>
<a *ngFor="let hero of heroes" [routerLink]="['/detail', hero.id]" class="col-1-4">
<div class="module hero">
<h4>{{hero.name}}</h4>
</div>

0 comments on commit 39ccf6e

Please sign in to comment.