Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <link rel="import"
  2.      href="/components/polymer/polymer.html">
  3.  
  4. <polymer-element name="proto-element">
  5.   <template>
  6.     <span>I'm <b>proto-element</b>. Check out my prototype.</span>
  7.   </template>
  8.   <script>
  9.     Polymer('proto-element', {
  10.       ready: function() {
  11.         //...
  12.       }
  13.     });
  14.   </script>
  15. </polymer-element>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement