|
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]--> |
| 1 | +<!doctype html> |
| 2 | +<html lang="en" ng-app="myApp"> |
6 | 3 | <head>
|
7 | 4 | <meta charset="utf-8">
|
8 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
9 | 6 | <title>My AngularJS App</title>
|
10 | 7 | <meta name="description" content="">
|
11 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
| 9 | + <!-- build:css css/seed.min.css --> |
12 | 10 | <link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css">
|
13 | 11 | <link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css">
|
14 |
| - <link rel="stylesheet" href="app.css"> |
| 12 | + <link rel="stylesheet" href="css/app.css"> |
| 13 | + <link rel="stylesheet" href="css/app2.css"> |
| 14 | + <!-- endbuild --> |
15 | 15 | <script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
|
16 | 16 | </head>
|
17 | 17 | <body>
|
|
28 | 28 |
|
29 | 29 | <div>Angular seed app: v<span app-version></span></div>
|
30 | 30 |
|
31 |
| - <!-- In production use: |
32 |
| - <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script> |
33 |
| - --> |
| 31 | + <!-- build:js js/seed.min.js --> |
34 | 32 | <script src="bower_components/angular/angular.js"></script>
|
35 | 33 | <script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
|
36 | 34 | <script src="app.js"></script>
|
|
39 | 37 | <script src="components/version/version.js"></script>
|
40 | 38 | <script src="components/version/version-directive.js"></script>
|
41 | 39 | <script src="components/version/interpolate-filter.js"></script>
|
| 40 | + <!-- endbuild --> |
42 | 41 | </body>
|
43 | 42 | </html>
|
0 commit comments