Commit 5fa0a742 authored by Abe Haskins's avatar Abe Haskins

Fixes typo in firebase-angular

A capital "F" kept this TodoMVC example from working at all.
parent 295b76fe
......@@ -62,7 +62,7 @@
<script src="https://cdn.firebase.com/v0/firebase.js"></script>
<script src="bower_components/todomvc-common/base.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angularfire/angularFire.js"></script>
<script src="bower_components/angularfire/angularfire.js"></script>
<script src="js/app.js"></script>
<script src="js/controllers/todoCtrl.js"></script>
<script src="js/directives/todoFocus.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment