Skip to content

Commit

Permalink
Merge branch 'release/v0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Oct 9, 2017
2 parents 34de7ab + fb2c029 commit 8447c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/components/dashboard-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</button>
</p>

<content></content>
<slot></slot>
</template>
<script>
var people = [
Expand Down
2 changes: 1 addition & 1 deletion examples/components/dashboard-tile.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="small">{{ label }}</div>
<div class="big">{{ value }}</div>
</div>
<content></content>
<slot></slot>
</template>
<script>
Polymer({
Expand Down

0 comments on commit 8447c77

Please sign in to comment.