Skip to content

Commit 0423808

Browse files
committed
update readme, add polyfill
1 parent c02d627 commit 0423808

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This is an in-progress sample app to demonstrate indexeddb usage in an AngularJS app. It's unfinished and doesn't currently work. At this point, there's nothing useful in this repo, check back in a couple of days.
1+
This is a sample app to demonstrate indexeddb usage in an AngularJS app. It uses the [IDBWrapper](https://github.com/jensarps/IDBWrapper) lib, and includes a [polyfill library](https://github.com/axemclion/IndexedDBShim) for browsers that don't support IndexedDB (though, I have yet to test if IndexedDBShim actually kicks in yet).

app/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
<script src="components/angular-cookies/angular-cookies.js"></script>
3636
<script src="components/angular-sanitize/angular-sanitize.js"></script>
3737

38+
<script type = "text/javascript" src = "http://axemclion.github.com/IndexedDBShim/dist/IndexedDBShim.min.js"></script>
39+
3840
<script src="components/idbwrapper/idbstore.min.js"></script>
3941

4042
<!-- build:js scripts/scripts.js -->

0 commit comments

Comments
 (0)