Created
August 21, 2015 23:36
-
-
Save garlicnation/6c662514b68d71ef9798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<paper-tabs scrollable id="active" attr-for-selected="value" selectable selected="{{active}}"> | |
<template is="dom-repeat" items="[[docElements]]"> | |
<paper-tab value="[[item.is]]">[[item.is]]</paper-tab> | |
</template> | |
<template is="dom-repeat" items="[[docBehaviors]]"> | |
<paper-tab value="[[item.is]]">[[item.is]]</paper-tab> | |
</template> | |
</paper-tabs> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment