Rahul Doshi
Rahul Doshi
Can you give an example of your code?
Hi @ancadogaru this could be related to a caching issue on the browser-side. Instead of making clients refresh (essentially Ctrl + F5 is forcing a reload without the cache) you...
Hi @PRIYA-MAMGAIN ... that is strange, could you provide a full example please?
So it seems like you should be wrapping the entire `$scope.myDataGrid` assignment inside ```js locale.ready('app').then(function() { $scope.myDataGrid = { /* ... */ }; }); ```
@ivanstojkovicapps that's interesting, let me take a look and debug and get back to you, it should store in the cookie and be permanent but if that's not the case...
@ivanstojkovicapps I see, that's interesting as I don't think we set the date anywhere. They might've added it in 1.4.x and I will have to take a look and update...
Seems like we are using `$cookieStore` which is deprecated in 1.4+ Good catch, do you want to submit a PR to use `$cookies` instead?
Due to some pretty poor architecture decisions taken totally on my part to separate the bower and main repos, this will take some more time than I'd like though I'm...
That's in the roadmap, but for now the solution is to use [grunt-angular-localization](https://www.npmjs.com/package/grunt-angular-localization) which will generate a mirror of your default locale for the ar-AE locale except it won't mirror...