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

Commit

Permalink
contacts-v2: use data binding for event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 30, 2013
1 parent 01a9fc0 commit 1401e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shiny/Contacts-v2/components/contacts-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
</polymer-ui-menu>
</polymer-ui-overlay>
<polymer-ui-pages selected="{{page}}" wideLayout?="{{wideLayout}}">
<contacts-list id="listView" on-contacts-list-add="addContactAction" on-contacts-menu-open="sidebarOpenAction"></contacts-list>
<contacts-create on-contacts-create-cancel="shrinkAction">
<contacts-list id="listView" on-contacts-list-add="{{addContactAction}}" on-contacts-menu-open="{{sidebarOpenAction}}"></contacts-list>
<contacts-create on-contacts-create-cancel="{{shrinkAction}}">
</contacts-create>
</polymer-ui-pages>
</template>
Expand Down

0 comments on commit 1401e28

Please sign in to comment.