Skip to content

Update AngularJS to 1.7.x #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: chore-angularjs-update
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@
type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">

<!-- AngularJS base and data scripts -->
<!-- If jQuery is used, load (include) AngularJS BEFORE jQuery! -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js"></script>
<script src="js/angular/webApp.js"></script>

<!-- Data scripts - load (include) BEFORE AngularJS -->
<script src="js/data/eventList.js"></script>

<!-- AngularJS scripts -->
<script src="js/angular/angular-1-7-6-min.js"></script>
<script src="js/angular/webApp.js"></script>
<script src="js/angular/eventController.js"></script>

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
Expand All @@ -43,7 +46,6 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->


</head>

<body data-ng-app="webApp" id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
Expand Down
Loading