@@ -18,10 +18,10 @@ In order to use AngularFire in your project, you need to include the following f
1818
1919``` html
2020<!-- AngularJS -->
21- <script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.0 /angular.min.js" ></script >
21+ <script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2 /angular.min.js" ></script >
2222
2323<!-- Firebase -->
24- <script src =" https://cdn.firebase.com/js/client/1 .0.21 /firebase.js" ></script >
24+ <script src =" https://cdn.firebase.com/js/client/2 .0.4 /firebase.js" ></script >
2525
2626<!-- AngularFire -->
2727<script src =" https://cdn.firebase.com/libs/angularfire/0.8.2/angularfire.min.js" ></script >
@@ -33,7 +33,12 @@ Firebase CDN. You can also download them from the
3333[ Firebase] ( https://www.firebase.com/docs/web/quickstart.html?utm_medium=web&utm_source=angularfire ) and
3434[ Angular] ( https://angularjs.org/ ) can be downloaded directly from their respective websites.
3535
36- You can also install AngularFire via Bower and its dependencies will be downloaded automatically:
36+ You can also install AngularFire via npm and Bower and its dependencies will be downloaded
37+ automatically:
38+
39+ ``` bash
40+ $ npm install angularfire --save
41+ ```
3742
3843``` bash
3944$ bower install angularfire --save
@@ -51,9 +56,8 @@ Nitrous.IO](https://d3o0mnbgv6k92a.cloudfront.net/assets/hack-l-v1-3cc067e71372f
5156
5257## Getting Started with Firebase
5358
54- AngularFire requires Firebase in order to sync data. You can
55- [ sign up here] ( https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire ) for a free
56- account.
59+ AngularFire requires Firebase in order to sync data. You can [ sign up here for a free
60+ account] ( https://www.firebase.com/signup/?utm_medium=web&utm_source=angularfire ) .
5761
5862
5963## Documentation
@@ -94,8 +98,3 @@ update any source files.
9498You can run the entire test suite via the command line using ` grunt test ` . To only run the unit
9599tests, run ` grunt test:unit ` . To only run the end-to-end [ Protractor] ( https://github.com/angular/protractor/ )
96100tests, run ` grunt test:e2e ` .
97-
98- In addition to the automated test suite, there is an additional manual test suite that ensures that
99- the ` $firebaseUser ` service is working properly with the authentication providers. These tests can
100- be run with ` grunt test:manual ` . Note that you must click "Close this window", login to Twitter,
101- etc. when prompted in order for these tests to complete successfully.
0 commit comments