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

Commit

Permalink
bind target instead of item
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Aug 6, 2013
1 parent 0f479ef commit 8e97e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Playground/src/pg-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</polymer-ui-submenu-item>
</template>
</polymer-ui-menu>
<polymer-ui-nav-arrow item="{{$.sampleMenu.selectedItem}}"></polymer-ui-nav-arrow>
<polymer-ui-nav-arrow target="{{$.sampleMenu.selectedItem}}"></polymer-ui-nav-arrow>
</div>

<polymer-ui-splitter direction="up"></polymer-ui-splitter>
Expand Down

0 comments on commit 8e97e7e

Please sign in to comment.