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

Commit

Permalink
Add instuctions for using other iconsets
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jun 18, 2014
1 parent 2d2d5bc commit 9ada4f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<template is="auto-binding">
<template repeat="{{iconset in $.meta.metaArray}}">
<h2>{{iconset.id}}</h2>

<h5>{{iconset.id === 'icons' ? 'The Default Set' : 'Import ' + iconset.id + '-icons.html'}}</h5>
<div class="set" horizontal wrap justified layout>
<template repeat="{{ icon in iconset.iconNames }}">
<span class="container" vertical center layout>
Expand All @@ -83,7 +83,6 @@ <h2>{{iconset.id}}</h2>
</span>
</template>
</div>

</template>
<core-iconset id="meta"></core-iconset>
</template>
Expand Down

0 comments on commit 9ada4f2

Please sign in to comment.