我在这个config.js文件中为cartographer angular app添加了什么?

时间:2014-08-17 08:23:34

标签: angularjs firebase

https://github.com/tylergreen/cartographer

它说要将我的“firebase url”添加到./app/js/config.js文件中,但没有解释如何执行此操作。

1 个答案:

答案 0 :(得分:0)

  1. config.js目录中创建名为app\js的文件。

  2. 添加以下内容: module.exports = function(config) { config.set({ FBURL: 'https://chovy.firebaseio.com/' }); };

  3. 在浏览器中重新加载应用程序