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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I am new to Polymer so I went through the tutorial and found the following problems:
Step 2.
The description indicates there are 3 import in the starter file for post-card.html, in fact there are only 2. The 3rd file is not required at this step but is used later (its the paper-icon-button).
The example markup given further down the page doesn't have the surrounding DIV so the Postcard takes up the whole width.
Thanks and apologies -- I spent a while trying to figure out how I missed this: unescaped angle bracket in the markup meant the closing tag didn't show up. Will fix this today.
I am new to Polymer so I went through the tutorial and found the following problems:
Step 2.
The description indicates there are 3 import in the starter file for post-card.html, in fact there are only 2. The 3rd file is not required at this step but is used later (its the paper-icon-button).
The example markup given further down the page doesn't have the surrounding DIV so the Postcard takes up the whole width.
Currently
Should be
Step 3.
The example code which describes inserting the repeating post-cards appears to be within the post-service. The post-service needs to be closed.
Currently
Should be
The text was updated successfully, but these errors were encountered: