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

Unified Diff: lib/paper_dropdown_menu.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: update pubspec/changelog Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: lib/paper_dropdown_menu.html
diff --git a/lib/paper_dropdown_menu.html b/lib/paper_dropdown_menu.html
index 3f321cc2c0d35a177e583263289c3bc2c2ef731f..6ef0165e26dc5257fcb81a07ee9c299af48c194a 100644
--- a/lib/paper_dropdown_menu.html
+++ b/lib/paper_dropdown_menu.html
@@ -9,6 +9,8 @@
<link rel="import" href="iron_icons.html">
<link rel="import" href="iron_icon.html">
<link rel="import" href="iron_selectable.html">
+<link rel="import" href="iron_form_element_behavior.html">
+<link rel="import" href="iron_validatable_behavior.html">
<script type="application/dart" src="paper_dropdown_menu.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698