| Index: polymer_0.5.0/bower_components/paper-fab/demo.html
|
| diff --git a/bower_components/paper-fab/demo.html b/polymer_0.5.0/bower_components/paper-fab/demo.html
|
| similarity index 80%
|
| rename from bower_components/paper-fab/demo.html
|
| rename to polymer_0.5.0/bower_components/paper-fab/demo.html
|
| index 6e4d530900fe17805c3ae087ee8a02e5231bda56..66bef0b2fbaf6a93f4e098a81dfc0f69d1b030be 100644
|
| --- a/bower_components/paper-fab/demo.html
|
| +++ b/polymer_0.5.0/bower_components/paper-fab/demo.html
|
| @@ -13,7 +13,7 @@ license that can be found in the LICENSE file.
|
|
|
| <title>paper-fab</title>
|
|
|
| - <script src="../platform/platform.js"></script>
|
| + <script src="../webcomponentsjs/webcomponents.js"></script>
|
|
|
| <link href="../font-roboto/roboto.html" rel="import">
|
| <link href="../core-icons/core-icons.html" rel="import">
|
| @@ -69,8 +69,8 @@ license that can be found in the LICENSE file.
|
|
|
| <div>Regular</div>
|
|
|
| - <paper-fab icon="arrow-forward"></paper-fab>
|
| - <paper-fab icon="create" class="blue"></paper-fab>
|
| + <paper-fab icon="arrow-forward" title="arrow-forward"></paper-fab>
|
| + <paper-fab icon="create" class="blue" title="create"></paper-fab>
|
|
|
| </section>
|
|
|
| @@ -78,8 +78,8 @@ license that can be found in the LICENSE file.
|
|
|
| <div>Mini</div>
|
|
|
| - <paper-fab mini icon="done" class="green"></paper-fab>
|
| - <paper-fab mini icon="reply" class="yellow"></paper-fab>
|
| + <paper-fab mini icon="done" class="green" title="done"></paper-fab>
|
| + <paper-fab mini icon="reply" class="yellow" title="reply"></paper-fab>
|
|
|
| </section>
|
|
|
|
|