Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this.db.getIndexes is not a function #2

Open
DimShadoWWW opened this issue Jan 18, 2016 · 0 comments
Open

this.db.getIndexes is not a function #2

DimShadoWWW opened this issue Jan 18, 2016 · 0 comments

Comments

@DimShadoWWW
Copy link

If I try to use pouchdb-elements it fails with this error:

this.db.getIndexes is not a function

I imported the element and add this to the template:

<pouchdb-collection db-name="tododb" data="{{tasks}}"></pouchdb-collection>
<template is="dom-repeat" items="[[tasks]]" as="task">
  <h4>[[task.task]]</h4>
  <span>Priority: </span><span>[[task.priority]]</span></span>
  <br>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant