Closed alexeybondarenko closed 7 years ago
It will be useful, if storage will have events for changes in storage.
So user could subscribe on change like this:
$localStorage.$watch('items', function (itemsChanged) {});
It will be useful, if storage will have events for changes in storage.
So user could subscribe on change like this: