Ariel Mashraki

Results 198 comments of Ariel Mashraki

Hey @yuvalt7, you can define a global privacy rule using a mixed-in schema. See [this example](https://entgo.io/docs/privacy/#multi-tenancy) in the doc. I'm still working on designing the API for interceptors (read-hooks), but...

@blowsie I agree with you. we should fix that or least make it configurable. I'll try to add this to version **0.1.6** Thanks.

Further to your [comment](https://github.com/grevory/angular-local-storage/issues/84#issuecomment-68437769) @DaveWM, thanks for the PR, I'll take a look later.

Ah.. I got it. It's not a real expiration, the value still in the localStorage... mm.. I'm think we need the users feedback..

@hollandben It's definitely something that we need to solve.

we should fix that, so we'll be able to do things like that: ``` js angular.module('app', ['LocalStorageModule', 'sessionModule']) .controller('MainCtrl', function($scope, localStorageService, sessionStorageService) { //... }); angular.module('sessionModule', ['LocalStorageModule']) .config(function (localStorageServiceProvider) {...

Can you please provide some example @tbassetto ? Please take a look on #225, #222, #214, etc.. if you want to get some point why this changes made for. Thanks.

Fixed via v0.2.2. Can you please validate that this issue has been resolved? Thanks.

Thanks for your feedback @030. I agree with you. Also, current pdf is outdated. I'll try to do it in the upcoming weeks. Of course, any contribution is welcome!

They were created by @Russtopia. @Russtopia - Is there any chance you can share with us the tool you used to create these files? Thanks