Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4 from Sanjo/patch-1
Browse files Browse the repository at this point in the history
fix: Buttons in demo are not visible
  • Loading branch information
ebidel committed Jun 29, 2014
2 parents 05cca05 + 561bb26 commit 9aa30eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
</head>
<body unresolved>

<paper-button raisedButton onclick="document.querySelector('#toast1').show()">Discard Draft</paper-button>
<paper-button raisedButton onclick="document.querySelector('#toast1').show()" label="Discard Draft"></paper-button>

<paper-button raisedButton onclick="document.querySelector('#toast2').show()">Get Messages</paper-button>
<paper-button raisedButton onclick="document.querySelector('#toast2').show()" label="Get Messages"></paper-button>

<paper-button raisedButton onclick="document.querySelector('#toast3').show()">Send Message</paper-button>
<paper-button raisedButton onclick="document.querySelector('#toast3').show()" label="Send Message"></paper-button>

<paper-toast id="toast1" text="Your draft has been discarded."></paper-toast>

Expand Down

0 comments on commit 9aa30eb

Please sign in to comment.