Created
July 14, 2017 12:03
-
-
Save manfredsteyer/ebf28ddedbe7752f46c85ac008354dbe to your computer and use it in GitHub Desktop.
ngUpgrade-without-prep--new-index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Migrated</title> | |
<base href="/"> | |
<!-- ng1 --> | |
<link rel="stylesheet" href="ng1/bower_components/bootstrap/dist/css/bootstrap.css" /> | |
<link rel="stylesheet" href="ng1/app.css" /> | |
<link rel="stylesheet" href="ng1/app.animations.css" /> | |
<script src="ng1/bower_components/jquery/dist/jquery.js"></script> | |
<script src="ng1/bower_components/angular/angular.js"></script> | |
<script src="ng1/bower_components/angular-animate/angular-animate.js"></script> | |
<script src="ng1/bower_components/angular-resource/angular-resource.js"></script> | |
<script src="ng1/bower_components/angular-route/angular-route.js"></script> | |
<script src="ng1/app.module.js"></script> | |
<script src="ng1/app.config.js"></script> | |
<script src="ng1/app.animations.js"></script> | |
<script src="ng1/core/core.module.js"></script> | |
<script src="ng1/core/checkmark/checkmark.filter.js"></script> | |
<script src="ng1/core/phone/phone.module.js"></script> | |
<script src="ng1/core/phone/phone.service.js"></script> | |
<script src="ng1/phone-list/phone-list.module.js"></script> | |
<script src="ng1/phone-list/phone-list.component.js"></script> | |
<script src="ng1/phone-detail/phone-detail.module.js"></script> | |
<script src="ng1/phone-detail/phone-detail.component.js"></script> | |
<!-- /ng1 --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="icon" type="image/x-icon" href="favicon.ico"> | |
</head> | |
<body ng-app="phonecatApp"> | |
<!-- ng1 --> | |
<div class="view-container"> | |
<div ng-view class="view-frame"></div> | |
</div> | |
<!-- /ng1 --> | |
<app-root></app-root> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment