I am newbie for Polymer. I just tried to add but getting blank screen. Did 
I missed any script or something?

<!DOCTYPE html>
<html>
    <head>
        <title>Learn Polymer</title>
        <meta name="viewport" content="width=device-width, 
minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
        


*<script src="bower_components/polymer/polymer.js"></script>        <script 
src="bower_components/webcomponentsjs/webcomponents.js"></script>        
<link rel="import" 
href="bower_components/core-drawer-panel/core-drawer-panel.html">    
</head>*
    <body unresolved>




*    <core-drawer-panel transition id="core_drawer_panel" 
touch-action>        <section id="section" drawer></section>        
<section id="section1" main></section>    </core-drawer-panel>*
    <script>

        Polymer({
        });

    </script>

</body>
</html>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/c963ef5e-6dc9-4bdb-8efa-c5135b33be03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to