Note that there are some explanatory texts on larger screens.

plurals
  1. POAngularFire beginner doesn't work example "Wire up a Backend" from angularjs.org (solved-no css ref., chrome issue duplicated)
    primarykey
    data
    text
    <p>I copied everything from third example (four files index.html, project.js, list.html, detail.html) from <a href="http://angularjs.org/" rel="nofollow">http://angularjs.org/</a> topic "Wire up a Backend", just one change:</p> <ol> <li>in project.js file second line for angularjs-projects.firebaseio.com' I replaced with my own empty base marcintest.firebaseio.com" I don't do any other changes. The result:</li> </ol> <p><strong>in chrome:</strong> there is only label "Java script projects" <strong>in firefox</strong> there are some results.. input search, , project and descriptions are listed , no controls (adding, editing); in addition it should be empty as I put my new empty database...?, I thought there will be just input search and controls to add new data because the database should be empty...</p> <p>I'm on in for a week and don't see what is wrong and why, with javascript (the tutorial from firebase webpage) I was able to put data to my database marcintest.firebaseio.com.</p> <p>From console: "Failed to load resource: Origin null is not allowed by Access-Control-Allow-Origin. file:///C:/Web/angularfire/list.html XMLHttpRequest cannot load file:///C:/Web/angularfire/list.html. Origin null is not allowed by Access-Control-Allow-Origin. "</p> <p>Ok, it is fixed with "access-control-allow-origin" tag e.g. <a href="http://plnkr.co/edit/jRbOJon9u2es6LhPNUKB?p=preview" rel="nofollow">http://plnkr.co/edit/jRbOJon9u2es6LhPNUKB?p=preview</a>, <strong>but as you can see there are no buttons to edit/add, why?</strong></p> <p><strong>Solution</strong> I found it: no controls edit/add because no css link, after adding: "(...) css/bootstrap-combined.min.css" rel="stylesheet">"</p> <p>everything works...</p> <p>Thanks for help, </p> <p>Marcin </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload