File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
- <!doctype html>
2
- < html lang ="en " ng-app ="myApp ">
1
+ <!DOCTYPE html>
2
+ <!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3
+ <!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
4
+ <!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
5
+ <!--[if gt IE 8]><!--> < html lang ="en " ng-app ="myApp " class ="no-js "> <!--<![endif]-->
3
6
< head >
4
7
< meta charset ="utf-8 ">
8
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
5
9
< title > My AngularJS App</ title >
10
+ < meta name ="description " content ="">
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 ">
6
14
< link rel ="stylesheet " href ="css/app.css "/>
15
+ < script src ="../bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js "> </ script >
7
16
</ head >
8
17
< body >
9
18
< ul class ="menu ">
10
19
< li > < a href ="#/view1 "> view1</ a > </ li >
11
20
< li > < a href ="#/view2 "> view2</ a > </ li >
12
21
</ ul >
13
22
23
+ <!--[if lt IE 7]>
24
+ <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
25
+ <![endif]-->
26
+
14
27
< div ng-view > </ div >
15
28
16
29
< div > Angular seed app: v< span app-version > </ span > </ div >
Original file line number Diff line number Diff line change 9
9
"angular" : " 1.2.x" ,
10
10
"angular-route" : " 1.2.x" ,
11
11
"angular-loader" : " 1.2.x" ,
12
- "angular-mocks" : " ~1.2.15"
12
+ "angular-mocks" : " ~1.2.15" ,
13
+ "html5-boilerplate" : " ~4.3.0"
13
14
}
14
15
}
You can’t perform that action at this time.
0 commit comments