webcss / angular-indexedDB

An angularjs serviceprovider to utilize indexedDB with angular
149 stars 99 forks source link

Added a README file with Installation and Usage section #1

Closed thvd closed 11 years ago

thvd commented 11 years ago

I found your library this week, and while I was trying to use your library, I missed the documentation. So I tried to make something to fill that gap.

Can you check I did understand your code?

webcss commented 11 years ago

Yes, I know this is lacking on documentation. I'll provide some in the upcoming weeks. You've given a good start, merged. Thanks!

gonzabruno commented 10 years ago

This package does not show on a bower search:

bower search angular-indexedDB

will show only 1 package by another user (with this same name). So running:

bower install --save angular-indexedDB

will install that other package instead. Since all the installation runs smoothly and I'm using

grunt bower-install

to add the scripts to my html, I only realized my mistake when the code I've written failed to run.

Until the issue with the bower repository is resolved, that method of installing the package should be commented out of the readme.md