Skip to content

Instantly share code, notes, and snippets.

View andypinet's full-sized avatar

凌柏超 andypinet

View GitHub Profile
@andypinet
andypinet / designer.html
Last active August 29, 2015 14:27
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">