- 17 Apr, 2015 2 commits
-
-
Martin Gontovnikas authored
-
Martin Gontovnikas authored
Closes #21, #13, #12
-
- 15 Apr, 2015 2 commits
-
-
Martin Gontovnikas authored
Add `main` to package.json.
-
Joshua Bergman-Cole authored
-
- 16 Mar, 2015 1 commit
-
-
Martin Gontovnikas authored
Change store service to a provider
-
- 14 Mar, 2015 1 commit
-
-
Andreas Krummsdorf authored
* makes karma-src.coverage.conf.js unnecessary
-
- 25 Feb, 2015 2 commits
-
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
add method setStore() to set the storage with the storeProvider ```js angular.module('app', ['angular-storage']) .config(function (storeProvider) { storeProvider.setStore('sessionStorage'); }) .controller('ctrl', function(store) { store.set('name', 'wayne'); }); ```
-
- 24 Feb, 2015 9 commits
-
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
- possible values are 'localStorage', 'sessionStorage' and 'cookieStorage' - default store is 'localStorage' - fallback store is 'cookieStorage' when localStorage or sessionStorage are not available in the browser
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
-
Andreas Krummsdorf authored
-
- 16 Feb, 2015 1 commit
-
-
Martin Gontovnikas authored
Add tests (and fix) cookie fallback mode
-
- 13 Feb, 2015 2 commits
- 07 Feb, 2015 2 commits
- 19 Jan, 2015 1 commit
-
-
Nathan Totten authored
-
- 15 Jan, 2015 1 commit
-
-
Martin Gontovnikas authored
-
- 10 Dec, 2014 4 commits
-
-
Martin Gontovnikas authored
-
Martin Gontovnikas authored
-
Martin Gontovnikas authored
-
Martin Gontovnikas authored
Fixes #16
-
- 20 Nov, 2014 2 commits
-
-
Martin Gontovnikas authored
-
Martin Gontovnikas authored
Fixes #15
-
- 19 Nov, 2014 1 commit
-
-
Alberto Pose authored
-
- 03 Nov, 2014 2 commits
-
-
Martin Gontovnikas authored
fix(InternalStore): invalid value on parse
-
gdi2290 authored
if you get an invalid value JSON.parse throws an error localcache = { 'yolo': undefined // should be "{swag: true, isAuthenticated: true}" }; store.get('yolo') // JSON.parse error is thrown localcache
-
- 20 Oct, 2014 2 commits
-
-
Martin Gontovnikas authored
Update bower.json
-
gdi2290 authored
any version of angular resolve with 1.3
-
- 16 Oct, 2014 2 commits
-
-
Martin Gontovnikas authored
Fixed missing injector inject
-
Sander Sink authored
-
- 09 Oct, 2014 3 commits
-
-
Martin Gontovnikas authored
Update README.md
-
Sam Lau authored
-
Martin Gontovnikas authored
-