@jujuali85 wrote:
Hey everyone,
I'm trying to build an application using Ionic + ngCordova + PouchDB. However, it does not seem working using both ngCordova and PouchDB together.
I have tried to import these 2 libraries in different orders in the index.html to make them work, but unfortunately they are not working. Did any one experience such issue? thanks,
<script src="lib/pouchdb/dist/pouchdb.min.js"/> <script src="lib/ngCordova/dist/ng-cordova.js"/> <!-- cordova script (this will be a 404 during development) --> <script src="cordova.js"></script>
Posts: 4
Participants: 2