Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created September 9, 2015 19:55
Show Gist options
  • Save jrabbit/8d260b2ce195b20e8103 to your computer and use it in GitHub Desktop.
Save jrabbit/8d260b2ce195b20e8103 to your computer and use it in GitHub Desktop.
<template is="dom-bind">
<iron-ajax url="/total" last-response="{{A}}total{{B}}" handle-as="json" auto></iron-ajax>
<paper-card heading="Grand Total" class="pink">
<div class="card-content">
[[total]] dead flies
</div>
<div class="card-actions">
<form is="ajax-form" action="/kill" method="POST" id="anon-form">
<paper-button id="submitButton2">I killed a fly (anonymously)</paper-button>
</form>
</div>
</paper-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment