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.
11
11
- ` npm install `
12
12
- ` bower install `
13
13
- ` grunt serve --force `
14
+ - ` grunt serve:dist ` - to minify the files for deployment
14
15
15
16
## Roadmap
16
- - Add Lazy Loading using Webpack or RequireJS
17
+
17
18
- Add sample AJAX calls and make the directives more modular
18
19
19
20
### Automation tools
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ <h1 class="page-header">Dashboard</h1>
9
9
< div class ="row ">
10
10
11
11
< 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 >
13
13
< stats number ="18 " comments ="New orders! " colour ="yellow " type ="shopping-cart "> </ stats >
14
14
< stats number ="24 " comments ="Support tickets! " colour ="red " type ="support "> </ stats >
15
15
@@ -48,4 +48,4 @@ <h1 class="page-header">Dashboard</h1>
48
48
</ div >
49
49
<!-- /.row -->
50
50
</ div >
51
- </ div >
51
+ </ div >
You can’t perform that action at this time.
0 commit comments