Skip to content

Instantly share code, notes, and snippets.

Polymer element 1->2 upgrade checklist

Do these in order.

bower.json

Between "main" and "dependencies":

"authors": ["Jacob Phillips (https://github.com/jifalops) <jifalops@gmail.com>"],
"license": "MIT",
"keywords": [

""

@jifalops
jifalops / designer.html
Last active August 29, 2015 14:24
designer
<link rel="import" href="../ace-element/ace-element.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@jifalops
jifalops / designer.html
Last active August 29, 2015 14:19
designer
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;