Skip to content

Commit

Permalink
chore(sample): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Jun 13, 2016
1 parent 05d565d commit 5d751ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sample/src/samples/card/reveal-sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
information. I am convenient because I require little markup to
use effectively.
</div>
<template replace-part="reveal-text">
<div slot="reveal-text">
Here is some more information about this product that is only revealed once clicked on.
</template>
</div>
</md-card>
</template>
5 changes: 1 addition & 4 deletions sample/src/samples/card/reveal.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@
information. I am convenient because I require little markup to
use effectively.
</div>
<!-- <template replace-part="reveal-text">
Here is some more information about this product that is only revealed once clicked on.
</template> -->
<div slot="reveal-text">
Here is some more information about this product that is only revealed once clicked on.
</div>
</md-card>
</md-card>
</div>
</div>
</div>

<div class="row">
Expand Down

0 comments on commit 5d751ee

Please sign in to comment.