never used ngStorage, but if it exposes a service that follows the same signature as $cookieStorage then tmhDynamicLocaleProvider.useStorage('someOtherService') will make it. If it does not follow the same signature, then it should be possible to create an intermediate service that does the right thing
never used ngStorage, but if it exposes a service that follows the same signature as
$cookieStorage
thentmhDynamicLocaleProvider.useStorage('someOtherService')
will make it. If it does not follow the same signature, then it should be possible to create an intermediate service that does the right thing