angular-localForage
angular-localForage copied to clipboard
Question: When I get a value from localForage, is it automatically bound?
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 expected behavior.
Not sure I follow the question here. Can you add a code sample for clarity?