I hereby claim:
- I am pwkad on github.
- I am pwkad (https://keybase.io/pwkad) on keybase.
- I have a public key ASA7Y1b4i1-4s2qDdsAHO3-7sWq45KFz4iYZbVpstVP2bwo
To claim this, I am signing this object:
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Node URI Example</title> | |
| <link rel="stylesheet" href="styles.css"> | |
| </head> | |
| <body> | |
| <h1>QR Code Example</h1> | |
| <template> | |
| <style>.open { color: yellow }</style> | |
| <p class="${chatOpen ? 'open' : '' }">${chatOpen}</p> | |
| <button click.delegate="toggleOpen()">Toggle</button> | |
| </template> |
I hereby claim:
To claim this, I am signing this object:
| <template> | |
| <require from="./autocomplete"></require> | |
| <form> | |
| <label class="form-component"> | |
| Country:<br/> | |
| <autocomplete service.bind="suggestionService.country" | |
| value.bind="model.country" | |
| placeholder="Enter country..." | |
| change.delegate="model.city = null"> | |
| </autocomplete> |