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

Commit 9da532c

Browse files
Merge pull request #102 from GabrielDelepine/master
use a relative url to firebase
2 parents dd247bc + 3b631ca commit 9da532c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular2/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</style>
2525
<script src="node_modules/systemjs/dist/system.src.js"></script>
2626
<script src="node_modules/angular2/bundles/angular2.dev.js"></script>
27-
<script src="/firebase/firebase.js"></script>
27+
<script src="firebase/firebase.js"></script>
2828
</head>
2929
<body>
3030
<todo-app>Loading...</todo-app>

0 commit comments

Comments
 (0)