This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
< title > My AngularJS App</ title >
10
10
< meta name ="description " content ="">
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
- < link rel ="stylesheet " href ="bower_components/html5-boilerplate/css/normalize.css ">
13
- < link rel ="stylesheet " href ="bower_components/html5-boilerplate/css/main.css ">
12
+ < link rel ="stylesheet " href ="bower_components/html5-boilerplate/dist/ css/normalize.css ">
13
+ < link rel ="stylesheet " href ="bower_components/html5-boilerplate/dist/ css/main.css ">
14
14
< link rel ="stylesheet " href ="app.css ">
15
- < script src ="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2 .min.js "> </ script >
15
+ < script src ="bower_components/html5-boilerplate/dist/ js/vendor/modernizr-2.8.3 .min.js "> </ script >
16
16
</ head >
17
17
< body >
18
18
< ul class ="menu ">
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"private" : true ,
8
8
"dependencies" : {
9
- "angular" : " 1.2 .x" ,
10
- "angular-route" : " 1.2 .x" ,
11
- "angular-loader" : " 1.2 .x" ,
12
- "angular-mocks" : " ~1.2 .x" ,
13
- "html5-boilerplate" : " ~4.3 .0"
9
+ "angular" : " 1.3 .x" ,
10
+ "angular-route" : " 1.3 .x" ,
11
+ "angular-loader" : " 1.3 .x" ,
12
+ "angular-mocks" : " ~1.3 .x" ,
13
+ "html5-boilerplate" : " ~5.2 .0"
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments