Skip to content

Instantly share code, notes, and snippets.

@IntranetFactory
Last active August 29, 2015 14:12
Show Gist options
  • Save IntranetFactory/6e56d66f706e34fc7667 to your computer and use it in GitHub Desktop.
Save IntranetFactory/6e56d66f706e34fc7667 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../at-form-lookup/at-form-lookup.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
}
</style>
<at-form-lookup url="http://localhost:2014/Activity/adenin.GateKeeper.Connector/api/yammer/Groups" id="at_form_lookup"></at-form-lookup>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment