Skip to content

Commit f64d4b7

Browse files
committed
Use node_modules as script location
Add error handling to test
1 parent 9bb5c16 commit f64d4b7

File tree

6 files changed

+9
-26132
lines changed

6 files changed

+9
-26132
lines changed

school-finder-frontend/app/css/.gitkeep

Whitespace-only changes.

school-finder-frontend/app/css/angular-csp.css

-13
This file was deleted.

school-finder-frontend/app/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>School Finder</title>
5-
<link rel="stylesheet" href="css/angular-csp.css" />
5+
<link rel="stylesheet" href="../node_modules/angular/angular-csp.css" />
66
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.css' rel='stylesheet'/>
77
<style>
88
body {
@@ -22,7 +22,7 @@
2222

2323
<div id='map'></div>
2424

25-
<script src="scripts/angular.js"></script>
25+
<script src="../node_modules/angular/angular.js"></script>
2626
<script src="services/currentLocationService.js"></script>
2727
<script src="app.js"></script>
2828
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.js'></script>

school-finder-frontend/app/scripts/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)