Last active
August 29, 2015 14:12
-
-
Save IntranetFactory/6e56d66f706e34fc7667 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="../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