Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 455 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 455 Bytes

This is a sample app to demonstrate indexeddb usage in an AngularJS app. It uses the IDBWrapper lib, and includes a polyfill library for browsers that don't support IndexedDB (though, I have yet to test if IndexedDBShim actually kicks in yet).

Code walk-through here.