Skip to content

Instantly share code, notes, and snippets.

<link rel="import" href="../../bower_components/polymer/polymer-element.html">
<link rel="import" href="../../bower_components/paper-input/paper-input.html">
<dom-module id="binding-app">
<template>
<style>
:host {
display: block;
}
</style>
<!-- Binding 1 dirección Padre a hijo -->