SHARE
TWEET
Untitled
a guest
Dec 8th, 2014
146
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <link rel="import" href="bower_components/polymer/polymer.html">
- <polymer-element name="mode-button">
- <template>
- <button>
- test: {{ mymode }}
- </button>
- </template>
- <script>
- Polymer({
- ready: function () {
- this.mymode = 'edit';
- }
- });
- </script
- </polymer-element>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.

