Reference Error: Dexie is not defined I haave attached the screenshot of the error. Anyone please help
Asked
Active
Viewed 1,029 times
2 Answers
0
Make sure you've included dexie.js for your app. Seems you've only included ngDexie so far.

David Fahlander
- 5,058
- 1
- 20
- 19
0
When using ngDexie with bower or npm it will automaticly install the right (tested with ngDexie) version of dexie.js. I would recommend that way.
However if you inject it manual, you should also inject dexie manual.

Martin Diphoorn
- 81
- 1
- 6