Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a75f5bc

Browse files
author
ssingh
committed
Updated with actual path of the JS
1 parent 3a7f2df commit a75f5bc

File tree

211 files changed

+38301
-59923
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+38301
-59923
lines changed

angular.js

Lines changed: 36217 additions & 0 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<link rel="stylesheet" href="./css/bootstrap.min.css" />
99

1010

11-
<script src='./node_modules/angular/angular.js'></script>
12-
<script src='./node_modules/papaparse/papaparse.js'></script>
11+
<script src='angular.js'></script>
12+
<script src='papaparse.js'></script>
1313
<script src='angular_app.js'></script>
1414
</head>
1515
<body ng-app="masterApp" ng-controller="masterController">

0 commit comments

Comments
 (0)