Created
November 23, 2017 17:51
-
-
Save chrishutchinson/001241b2dc830e146e14a1cd9214a5b4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Polymer template code | |
<form on-submit="handleFormSubmit"></form> | |
// Polymer JavaScript code | |
handleFormSubmit: function(event) { | |
// Your form submission behaviour would go here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment