angular-localForage icon indicating copy to clipboard operation
angular-localForage copied to clipboard

Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)

Results 22 angular-localForage issues
Sort by recently updated
recently updated
newest added

Its possible use ngRepeat with this directive? Same that ``` ``` or need create a new key?

question

If I do `$localForage.getItem('key')`, is the returned key object automatically bound to the localForage object? It seems like it is, but I just wanted to double-check if that is the...

question