Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 575fc88

Browse files
committed
[firebase-release] Updated AngularFire to 2.0.2
1 parent 99113ef commit 575fc88

File tree

5 files changed

+2281
-3
lines changed

5 files changed

+2281
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In order to use AngularFire in your project, you need to include the following f
4747
<script src="https://www.gstatic.com/firebasejs/3.3.0/firebase.js"></script>
4848

4949
<!-- AngularFire -->
50-
<script src="https://cdn.firebase.com/libs/angularfire/2.0.1/angularfire.min.js"></script>
50+
<script src="https://cdn.firebase.com/libs/angularfire/2.0.2/angularfire.min.js"></script>
5151
```
5252

5353
You can also install AngularFire via npm and Bower and its dependencies will be downloaded

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angularfire",
33
"description": "The officially supported AngularJS binding for Firebase",
4-
"version": "0.0.0",
4+
"version": "2.0.2",
55
"authors": [
66
"Firebase (https://firebase.google.com/)"
77
],

0 commit comments

Comments
 (0)