Skip to content

Commit a9946ab

Browse files
committed
Fixes #68
1 parent e70eb0a commit a9946ab

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firebase-element",
33
"description": "An element that makes it easy to declaratively use the powerful firebase backend",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"private": true,
66
"main": ["firebase-collection.html","firebase-document.html","firebase-auth.html","firebase-query-behavior.html"],
77
"dependencies": {

firebase-auth.html

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
<!--
1414
Element wrapper for the Firebase authentication API (https://www.firebase.com/docs/web/guide/user-auth.html).
15+
16+
@demo demo/index.html
1517
-->
1618

1719
<script>

firebase-collection.html

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ <h4>[[dinosaur.__firebaseKey__]]</h4>
5151
5252
Accessor methods such as `add` and `remove` are provided to enable convenient
5353
manipulation of the collection without direct knowledge of Firebase key values.
54+
55+
@demo demo/index.html
5456
-->
5557

5658
<script>

firebase-document.html

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
Polymer's data-binding system, changes to the document will be automatically
3030
reflected in the remote document and any other clients referencing that
3131
document.
32+
33+
@demo demo/index.html
3234
-->
3335

3436
<script>

0 commit comments

Comments
 (0)