googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
409 stars 191 forks source link

FIX issue #46 clarifying change in app/js/config.js #55

Closed emaV closed 9 years ago

emaV commented 9 years ago

Clarification for the config.js, the line

Open app/js/config.js and add your Firebase URL

should read

Open app/js/config.js and set the value of FBURL constant to your Firebase URL

katowulf commented 9 years ago

Thanks @emaV!