SHARE
TWEET

Untitled

a guest Dec 8th, 2014 146 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <link rel="import" href="bower_components/polymer/polymer.html">
  2.  
  3. <polymer-element name="mode-button">
  4.   <template>
  5.     <button>
  6.       test: {{ mymode }}
  7.     </button>
  8.   </template>
  9.  
  10.   <script>
  11.     Polymer({
  12.       ready: function () {
  13.         this.mymode = 'edit';
  14.       }
  15.     });
  16.   </script
  17. </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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top