Index: polymer_0.5.4/bower_components/core-menu/core-submenu.html |
diff --git a/polymer_0.4.0/bower_components/core-menu/core-submenu.html b/polymer_0.5.4/bower_components/core-menu/core-submenu.html |
similarity index 96% |
copy from polymer_0.4.0/bower_components/core-menu/core-submenu.html |
copy to polymer_0.5.4/bower_components/core-menu/core-submenu.html |
index c6c4b9f09a9bd2b2462039ad5fdb91e6e4b723dc..57bd7ac3e165837c3da5863b8fdab325263e84f8 100644 |
--- a/polymer_0.4.0/bower_components/core-menu/core-submenu.html |
+++ b/polymer_0.5.4/bower_components/core-menu/core-submenu.html |
@@ -61,7 +61,7 @@ The above will style `Topic1` and `Topic2` to have font color red. |
<link rel="import" href="../core-menu/core-menu.html"> |
<link rel="import" href="../core-collapse/core-collapse.html"> |
-<polymer-element name="core-submenu" attributes="selected selectedItem label icon src valueattr"> |
+<polymer-element name="core-submenu" attributes="selected selectedItem selectedAttribute label icon src valueattr"> |
<template> |
<link rel="stylesheet" href="core-submenu.css"> |
@@ -70,7 +70,7 @@ The above will style `Topic1` and `Topic2` to have font color red. |
<content select=".item-content"></content> |
</core-item> |
- <core-menu id="submenu" selected="{{selected}}" selectedItem="{{selectedItem}}" valueattr="{{valueattr}}"> |
+ <core-menu id="submenu" selected="{{selected}}" selectedItem="{{selectedItem}}" selectedAttribute="{{selectedAttribute}}" valueattr="{{valueattr}}"> |
<content></content> |
</core-menu> |