-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The component looks promising, but I still try to figure out how it works.
Could you provide some small documentation or an example how to use it?
I installed oauth-v2 and its dependencies and embedded it into my login-view.html, but there is not very much going on :)
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/iron-ajax/iron-ajax.html">
<link rel="import" href="../bower_components/oauth-v2/oauth-v2.html">
<dom-module id="login-view">
<template>
<style>
:host {
display: block;
padding: 16px;
}
</style>
<h1>Login</h1>
<oauth-v2></oauth-v2>
</template>
<script>
Polymer({
is: 'login-view',
properties: {
route: Object
}
});
</script>
</dom-module>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels