1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Polymer 1.7 (#113)

* Update paper-range-slider in Bower.json

* Changed Content to slot in ha-card.html

* Update bower.json for Polymer 1.7

* Revert "Update paper-range-slider in Bower.json"

This reverts commit 0c305bd2fe.

* change :root to html
This commit is contained in:
Justin Weberg
2016-10-02 17:23:06 -05:00
committed by Paulus Schoutsen
parent 1a456dc098
commit 22386a5035
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<template is='dom-if' if='[[header]]'>
<div class='header'>[[header]]</div>
</template>
<content></content>
<slot></slot>
</template>
</dom-module>
@@ -45,4 +45,4 @@ Polymer({
},
},
});
</script>
</script>