AngularJS “Wire up a Backend” example not loading data on edit dialog

前端 未结 1 510
盖世英雄少女心
盖世英雄少女心 2020-12-22 03:20

I\'m new to Firebase... I\'m trying to get the \"Wire up a Backend\" example at Angularjs\' home page to run locally.

I got past the common ng

相关标签:
1条回答
  • 2020-12-22 03:44

    Change your urls:

    from this:

    https://color-consolidator.firebaseio.com
    

    to this:

    https://color-consolidator.firebaseio.com/
    

    I've created a pull request on your repo with the fix implemented.

    0 讨论(0)
提交回复
热议问题