Skip to content

Commit

Permalink
fix issue start-angular#27
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Sy Thanh Son committed Aug 6, 2015
1 parent 6a14861 commit ba9d5c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ dist
.sass-cache
bower_components
.idea
*.swp
*.swo
8 changes: 4 additions & 4 deletions app/views/dashboard/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ <h1 class="page-header">Dashboard</h1>
<!-- /.row -->
<div class="row">

<stats number="6" comments="New comments!" colour="primary" type="comments"></stats>
<stats number="12" comments="New tasks!" colour="primary" type="user"></stats>
<stats number="18" comments="New orders!" colour="yellow" type="shopping-cart"></stats>
<stats number="24" comments="Support tickets!" colour="red" type="support"></stats>
<stats goto="dashboard.home" number="6" comments="New comments!" colour="primary" type="comments"></stats>
<stats goto="dashboard.home" number="12" comments="New tasks!" colour="primary" type="user"></stats>
<stats goto="dashboard.home" number="18" comments="New orders!" colour="yellow" type="shopping-cart"></stats>
<stats goto="dashboard.home" number="24" comments="Support tickets!" colour="red" type="support"></stats>

</div>

Expand Down

0 comments on commit ba9d5c2

Please sign in to comment.