Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
simplify demo a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jul 22, 2014
1 parent 59c8058 commit 1047d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@

<template is="auto-binding">
<template repeat="{{icon in $.meta.metaData.icons.iconNames}}">
<core-icon-button icon="{{icon}}"><span>{{icon}}</span></core-icon-button>
<core-icon-button icon="{{icon}}" title="{{icon}}"></core-icon-button>
</template>
<core-icon-button icon="menu"><span>label</span></core-icon-button>
</div>
<core-iconset id="meta"></core-iconset>
</template>
Expand Down

0 comments on commit 1047d21

Please sign in to comment.