Skip to content

Instantly share code, notes, and snippets.

@moperacz
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moperacz/86c3b9859dc82bf1121d to your computer and use it in GitHub Desktop.
Save moperacz/86c3b9859dc82bf1121d to your computer and use it in GitHub Desktop.
designer
<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