Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
bind valueattr
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Aug 22, 2014
1 parent 48113d0 commit dbe61f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<core-icon id="arrow" icon="{{opened ? 'arrow-drop-up' : 'arrow-drop-down'}}"></core-icon>
</div>

<core-popup-menu id="menu" relatedTarget="{{$.control}}" opened="{{opened}}" selected="{{selected}}" selectedItem="{{selectedItem}}" halign="{{halign}}" valign="{{valign}}">
<core-popup-menu id="menu" relatedTarget="{{$.control}}" opened="{{opened}}" selected="{{selected}}" valueattr="{{valueattr}}" selectedItem="{{selectedItem}}" halign="{{halign}}" valign="{{valign}}">
<content></content>
</core-popup-menu>

Expand Down

0 comments on commit dbe61f7

Please sign in to comment.