Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: samples/third_party/todomvc/web/lib-elements/polymer_selection.html

Issue 182193002: [polymer] interop with polymer-element and polymer.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!--
2 Copyright 2013 The Polymer Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style
4 license that can be found in the LICENSE file.
5 -->
6 <polymer-element name="polymer-selection">
7 <template>
8 <style>
9 @host {
10 * {
11 display: none !important;
12 }
13 }
14 </style>
15 </template>
16 <script type="application/dart" src="polymer_selection.dart"></script>
17 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698