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

Commit 6982e05

Browse files
committed
demo: use label instead of textContent in paper-button
1 parent b093bbc commit 6982e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<paper-progress></paper-progress>
4343

44-
<paper-button raisedButton onclick="startProgress();">Start</paper-button>
44+
<paper-button raisedButton label="Start" onclick="startProgress();"></paper-button>
4545

4646
<br><br><br>
4747

0 commit comments

Comments
 (0)