We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb5c16 commit f64d4b7Copy full SHA for f64d4b7
school-finder-frontend/app/css/.gitkeep
school-finder-frontend/app/css/angular-csp.css
school-finder-frontend/app/index.html
@@ -2,7 +2,7 @@
2
<html>
3
<head>
4
<title>School Finder</title>
5
- <link rel="stylesheet" href="css/angular-csp.css" />
+ <link rel="stylesheet" href="../node_modules/angular/angular-csp.css" />
6
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.css' rel='stylesheet'/>
7
<style>
8
body {
@@ -22,7 +22,7 @@
22
23
<div id='map'></div>
24
25
- <script src="scripts/angular.js"></script>
+ <script src="../node_modules/angular/angular.js"></script>
26
<script src="services/currentLocationService.js"></script>
27
<script src="app.js"></script>
28
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.5/mapbox.js'></script>
school-finder-frontend/app/scripts/.gitkeep
0 commit comments