Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(service): Add support for storage #87

Closed
wants to merge 4 commits into from

Conversation

bretkikehara
Copy link
Collaborator

Decouple the locale setting from the cookie.

POC to use external local/session storage to save the localization settings.
#86

Review on Reviewable

Add support for storage.
@@ -6,6 +6,8 @@ module.exports = function (config) {
'lib/angular/angular.js',
'lib/angular-cookies/angular-cookies.js',
'lib/angular-sanitize/angular-sanitize.js',
'lib/angular-sanitize/angular-sanitize.js',
'lib/ngstorage/ngStorage.js',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you need this you must reference it in bower.json no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is in bower dev-dependencies now

bret.ikehara added 3 commits January 6, 2016 16:23
Add ngstorage to the bower dev dependencies.
…oaded

Assume Function.prototype.bind polyfill will be loaded.
Add custom storage docs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants