File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments