You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few problems with the "Getting the code" page.
under "Test your environment" the prose mentions importing the "polymer-ajax" element, but actually the example is about polymer-ui-tabs.
the index.html includes a link to a 404. It refers to "bower_components/polymer-elements/polymer-ui-elements/polymer-ui-tabs.html". I think there are two things wrong:
The directory it refers to is "bower_components/polymer-elements/polymer-ui-elements", but that director doesn't exist. I assume it should be pointing to "polymer-ui-elements/".
The polymer-ui-elements directory does not contain polymer-ui-tabs.html, but it contains a polymer-ui-tabs directory which itself contains a polymer-ui-tabs.html.
Unfortunately even with these changes to the index.html it seems to still be doing something wrong for me, as evidenced here:
I'll take care of the first issue. The second is partly the docs having the wrong path to polymer-ui-tabs.html (this is fixed in github but not pushed on the site) and our fault with Bower.
The next release should fix the bower install issue. Until then, you can use:
In the next release, bower install Polymer/polymer-ui-elements will install all the elements a siblings. The polymer-elements/ and polymer-ui-elements/ directories will be meta folders.
There are a few problems with the "Getting the code" page.
Unfortunately even with these changes to the index.html it seems to still be doing something wrong for me, as evidenced here:
http://wordeology.com/radix/polytest/
So maybe my proposed fix is wrong or maybe there are some other bugs.
The text was updated successfully, but these errors were encountered: