blob: e05538f3bedb7c5e6c2a2d26b28fc70bcc4e14ce [file] [log] [blame]
<!--
Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
BSD-style license that can be found in the LICENSE file.
-->
<link rel="import" href="packages/polymer/polymer.html">
<polymer-element name="decoration-test">
<template>
<select id="select">
<option template repeat="{{opt in options}}" value="{{opt}}">{{opt}}</option>
</select>
</template>
</polymer-element>