Skip to content

Commit

Permalink
Replaced <content> tag with <slot> tag in the dashboard component. #44
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Oct 9, 2017
1 parent 2f98836 commit fb2c029
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 fb2c029

Please sign in to comment.