Last active
August 29, 2015 14:07
-
-
Save moperacz/86c3b9859dc82bf1121d to your computer and use it in GitHub Desktop.
designer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-ajax/core-ajax.html"> | |
<polymer-element name="my-element" noscript> | |
<template> | |
<span>I'm <b>my-element</b>. This is my Shadow DOM.</span> | |
<core-ajax url="http://api.4screens.acc.nopattern.net/socialhub/542cca5357f60d0700831128/posts" auto response="{{resp}}"></core-ajax> | |
<textarea value="{{resp}}"></textarea> | |
</template> | |
</polymer-element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment