Commit Graph

155 Commits (f7dd45e8e6c1465f8c3766d24f2b235ce90cf176)
 

Author SHA1 Message Date
Gregory Pike f7dd45e8e6 Merge pull request #116 from FeelgoodDE/master
Handling for explicit usage of cookie fallback
10 years ago
Gregory Pike 1437e35e58 Merge pull request #113 from kanerogers/patch-2
Add delete example to README.md
10 years ago
Gregory Pike a42db53a7c Merge pull request #106 from rdepena/patch-1
removed references to deprecated add functions.
10 years ago
Gregory Pike 0a256f307b Merge pull request #105 from egyptianbman/patch-1
Check for document being in [0] key of $document
10 years ago
Gregory Pike 2c57fdf15e Merge pull request #103 from darrylhebbes/patch-1
Update README.md
10 years ago
Sebastian Gronewold 570d7657c4 Reverted changes... 10 years ago
Sebastian Gronewold bbf57b78a7 Merge branch 'master' of https://github.com/FeelgoodDE/angular-local-storage 10 years ago
Sebastian Gronewold e7c465c898 Handling for explicit usage of cookie fallback
If the user explicitely set the storage type to cookie also the
getFromLlocalStorage and addToLocalStorage method should use the cookie
fallback.
10 years ago
Sebastian Gronewold 7ef86fb4a5 Reverted changes as they have already been pull requested 10 years ago
Sebastian Gronewold 330fc3f28b Added unwrapping of the jquery encapsulated $document variable
See
http://www.bennadel.com/blog/2630-accessing-document-properties-in-angularjs.htm
10 years ago
Kane Rogers 9d050c9ebe Add delete example to README.md 10 years ago
Ricardo de Peña b1ea75c8c7 removed references to deprecated add functions.
demo documentation still refers to deprecated add functions.
10 years ago
Beshoy Girgis 7ac1e52905 Check for document being in [0] key of $document
I have a factory that calls localStorageService.cookie.clearAll() which throws an error of `TypeError: Cannot read property 'split' of undefined`.  It turns out that this error is caused by $document having document be in `$document[0]`.  The proposed update solves my issue; thanks!
10 years ago
Darryl Hebbes 12c8104c5b Update README.md
Added an example of binding to a $scope variable
10 years ago
Gregory Pike d08649f426 Repositioned ads to make them less intrusive 10 years ago
Gregory Pike 3b2bc3a0de Added ads to the demo
Sorry guys, I need to earn a living
10 years ago
Gregory Pike 15d1fb454d Updated version 10 years ago
Gregory Pike 4389885e15 Updated dependencies 10 years ago
Gregory Pike 8cfff25b19 Uglify and update the version number 10 years ago
Gregory Pike b398f3bad1 Merge pull request #96 from georgebonnr/master
Fix for issue #81
10 years ago
George Bonner 1c5cabf7ac Squashed commit of the following:
commit 8beff969457285fb85d10ca96205a3dc7a3d729f
Author: George Bonner <georgebonnr@gmail.com>
Date:   Mon May 12 16:31:42 2014 -0700

    typo fix

commit 8ba0a658b5e1831dfd3b8299327a2be50ecec0f2
Author: George Bonner <georgebonnr@gmail.com>
Date:   Mon May 12 16:19:35 2014 -0700

    Fix

commit 5d9c6c5afd4b9a56a03522e644c01d41c2a344eb
Author: George Bonner <georgebonnr@gmail.com>
Date:   Mon May 12 15:58:48 2014 -0700

    fix unhandled errors in chrome

    $window[storageType] would throw unhandled error in Chrome some cases as browserSupportsLocalStorage() had not yet been called.
10 years ago
Gregory Pike 2cdbb7e5ff Merge pull request #92 from jburwell/master
Expand Unit Tests and add deriveKey
10 years ago
Gregory Pike 50754b0fea Do not flush data on page load 10 years ago
John Burwell 3948d7ddfc - Checks the key list in every applicable scenario
- Clears local storage between test runs
10 years ago
John Burwell 45287e883e - Adds Vim swap files to .gitignore 10 years ago
John Burwell 9129451a27 - Adds the deriveQualifiedKey and deriveKey methods to ca;culate the key
with the prefix -- supporting deterministic internal operation and
loosely coupled white box testing
- Adds tests for remove, deriveKey, and key replacement
- Splits the add tests into 3 scenerios -- add JSON, add string, and add
  integer
- Remove the test stubs for get, set, and clearAll to properly test the
  underlying methods
10 years ago
Gregory Pike 7c1515a253 Setup for continuous integration 10 years ago
Gregory Pike 2f7860a99c Fixed browser local storage support bug
Also repaired Grunt setup
10 years ago
Gregory Pike 19532a006f Merge pull request #91 from eydreeyawn/patch-1
demo.html example update
10 years ago
Adrian Enriquez a0fbfadb20 demo.html example update
Added example of localStorageService.remove('key'); and localStorageService.removeAll();
10 years ago
Gregory Pike 2fef8ebb6d Merge pull request #89 from Hypercubed/feature/bind
localStorageService.bind supports default set of keys
10 years ago
J. Harshbarger 37dcad1da5 localStorageService.bind supports default set of keys 10 years ago
Gregory Pike be890da18e Merge pull request #85 from Hypercubed/patch/use-set
Changed readme and demo references to set rather than add
10 years ago
Gregory Pike 47dea28731 Merge pull request #86 from Hypercubed/feature/bind
Added localStorageService.bind
10 years ago
J. Harshbarger bdbc6e77b3 jshint and uglify 10 years ago
J. Harshbarger be61202e24 Added localStorageService.bind 10 years ago
J. Harshbarger 43d4fd5dd4 Changed readme and demo references to set rather than add 10 years ago
Gregory Pike 8155c3a198 Minified 10 years ago
Gregory Pike d699266785 Updated for tests and linting 10 years ago
Gregory Pike d236005a44 Minify latest changes 10 years ago
Gregory Pike 7884dbd8ef Fix for error in iPhone 10 years ago
Gregory Pike 0a51629685 Fix for Bower 10 years ago
Gregory Pike c8b1bd48b0 Add Karma for testing 10 years ago
Gregory Pike 6b9c94c100 Add Karma for testing 10 years ago
Gregory Pike 2f8826f273 Add Karma for testing 10 years ago
Gregory Pike 40fb720c9c Add Karma for testing 10 years ago
Gregory Pike bb03f12bd9 Updated badge for Travis CI 10 years ago
Gregory Pike 8470ebddfe Start using Travis CI 10 years ago
Gregory Pike 92323fa832 Return storage type, code formatting, and uglification 10 years ago
Gregory Pike 082df22dcc Merge pull request #72 from AdamQuadmon/fixCookieNotDefined
Fix Cookie not Defined issues
10 years ago