| Index: polymer_0.5.0/bower_components/paper-button/demo.html
|
| diff --git a/bower_components/paper-button/demo.html b/polymer_0.5.0/bower_components/paper-button/demo.html
|
| similarity index 90%
|
| rename from bower_components/paper-button/demo.html
|
| rename to polymer_0.5.0/bower_components/paper-button/demo.html
|
| index 1c782f741ca414382451932f2210e79a8aee53b8..2f30039196b9cf0f33295be0edddc9e7119571bd 100644
|
| --- a/bower_components/paper-button/demo.html
|
| +++ b/polymer_0.5.0/bower_components/paper-button/demo.html
|
| @@ -13,7 +13,7 @@ license that can be found in the LICENSE file.
|
|
|
| <title>paper-button</title>
|
|
|
| - <script src="../platform/platform.js"></script>
|
| + <script src="../webcomponentsjs/webcomponents.js"></script>
|
|
|
| <link href="../font-roboto/roboto.html" rel="import">
|
| <link href="../core-icon/core-icon.html" rel="import">
|
| @@ -71,6 +71,7 @@ license that can be found in the LICENSE file.
|
| <paper-button>button</paper-button>
|
| <paper-button class="colored">colored</paper-button>
|
| <paper-button disabled>disabled</paper-button>
|
| + <paper-button noink>noink</paper-button>
|
|
|
| </section>
|
|
|
| @@ -83,6 +84,7 @@ license that can be found in the LICENSE file.
|
| <paper-button raised>button</paper-button>
|
| <paper-button raised class="colored">colored</paper-button>
|
| <paper-button raised disabled>disabled</paper-button>
|
| + <paper-button raised noink>noink</paper-button>
|
|
|
| </section>
|
|
|
| @@ -98,6 +100,10 @@ license that can be found in the LICENSE file.
|
| <core-icon icon="clear"></core-icon>
|
| cancel
|
| </paper-button>
|
| + <br>
|
| + <paper-button>
|
| + <a href="https://www.polymer-project.org" target="_blank">link</a>
|
| + </paper-button>
|
|
|
| </section>
|
|
|
|
|