Skip to content

Commit 3a6175b

Browse files
committed
Merge branch 'master' of github.com:start-angular/sb-admin-angular
2 parents 464f8bb + 00f21da commit 3a6175b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Find out more [Free Angular Themes at StartAngular.com](http://www.startangular.
1111
- `npm install`
1212
- `bower install`
1313
- `grunt serve --force`
14+
- `grunt serve:dist` - to minify the files for deployment
1415

1516
## Roadmap
16-
- Add Lazy Loading using Webpack or RequireJS
17+
1718
- Add sample AJAX calls and make the directives more modular
1819

1920
### Automation tools

app/views/dashboard/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1 class="page-header">Dashboard</h1>
99
<div class="row">
1010

1111
<stats number="6" comments="New comments!" colour="primary" type="comments"></stats>
12-
<stats number="12" comments="New tasks!" colour="primary" type="user`"></stats>
12+
<stats number="12" comments="New tasks!" colour="primary" type="user"></stats>
1313
<stats number="18" comments="New orders!" colour="yellow" type="shopping-cart"></stats>
1414
<stats number="24" comments="Support tickets!" colour="red" type="support"></stats>
1515

@@ -48,4 +48,4 @@ <h1 class="page-header">Dashboard</h1>
4848
</div>
4949
<!-- /.row -->
5050
</div>
51-
</div>
51+
</div>

0 commit comments

Comments
 (0)