webcss / angular-indexedDB

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

Fixed undefined error messages #12

Closed DerekRoth closed 10 years ago

DerekRoth commented 10 years ago

In Firefox on the transaction abort event, the "e.target.errorCode" is not defined but the e.target.error object contains a "message" and a "name" key. Here i used the "message" one. Parenthesis were missing, too.