Commit Graph

242 Commits (94be1481aa70b1b83583d66e1108b8ed76f9ccce)
 

Author SHA1 Message Date
Gregory Pike 5616a668d1 Merge pull request #129 from webjunkie01/master
Fixed an issue with cookie based storage where values were not being parsed as objects.
10 years ago
Gregory Pike 7d86e3321c Merge pull request #124 from yihangho/binding
Improve binding
10 years ago
Eugenio Cordoba 0ec19f1153 Added localStorageService.length()
Added localStorageService.length()

Number of items stored in the localStorage according to the prefix
10 years ago
Gregory Pike b4750937fd Merge pull request #126 from osama-lionheart/master
Added package.json to bower's ignore list.
10 years ago
Guillermo Cruz 7bbbb8899b Fixed an issue with cookie based storage where values were not being parsed as objects. 10 years ago
Osama Khalil d2c25d1e1e Added package.json to bower's ignore list. 10 years ago
Gregory Pike 76eddc4cb8 Merge pull request #122 from FelixLC/master
Readme should read localStorageService.remove(Favorite Sport)
10 years ago
Yihang Ho 0ff995d63b Update README. 10 years ago
Yihang Ho 0b8d7820e9 Able to bind to scope using different keys. 10 years ago
Yihang Ho 84a9b404b6 Bind into property of objects. 10 years ago
FelixLC 65ecddfc76 Readme should read localStorageService.remove(Favorite Sport) instead of .delete (reserved javascript word) 10 years ago
Gregory Pike 296db308bc Merge pull request #119 from FeelgoodDE/master
Cleanuped code for enforced cookie usage
10 years ago
Ariel Mashraki 61463bd73f fix(bower,package): update version 10 years ago
Ariel Mashraki b1b426698a fix(dist): build for version v0.0.8 10 years ago
Ariel Mashraki ea2065e51c refactor(angular-local-storage): removes wrap closure to concat task 10 years ago
Ariel Mashraki 50fb50d58c fix(demo.demo.html): update module path 10 years ago
Ariel Mashraki 38a769ea88 fix(karma.conf.js): update file src 10 years ago
Ariel Mashraki 0c86054aba feat(gruntfile): robust gruntfile 10 years ago
Ariel Mashraki e692f70bc2 fix(package): add grunt-concat 10 years ago
Ariel Mashraki 24b6f4d1d6 refactor(src): create and remove src files to src dir 10 years ago
Sebastian Gronewold f7753704c2 Cleanuped code for enforced cookie usage
In my last pull request I added the first support for handling of the enforced usage of cookies as storage. Now I added this support to the remove function and to the clearAll function. Also I exluded warnings that the browser does not support local storage if the user explicitely wants to use cookies.
10 years ago
Sebastian Gronewold 0b8be0935a Added PHPStorm project files to .gitignore 10 years ago
Gregory Pike 64d5beded5 Merge pull request #118 from a8m/master
fix CI build falling, and broken tests
10 years ago
Ariel Mashraki 642f1fe7fc fix(dist): uglify angular-local-storage 10 years ago
Ariel Mashraki f05c83cd74 fix(package): update version to 0.0.7 10 years ago
Ariel Mashraki ee19f3dac6 fix(bower): update version to 0.0.7 10 years ago
Ariel Mashraki 9e3537bfd5 fix(localStorageService): fix usage of 'this' keyword on closures 10 years ago
Gregory Pike b29b89676d Merge pull request #117 from a8m/master
Create unit test, helpers and mocking. Issue #114
10 years ago
Gregory Pike 71747d4a5d Merge pull request #112 from kanerogers/patch-1
Add installation instructions to README.md
10 years ago
Kane Rogers 1252851e56 angular-loading-bar != angular-local-storage
Whoops!
10 years ago
Gregory Pike a811978ce5 Updated version 10 years ago
Gregory Pike e06726f0e4 Updated version 10 years ago
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
Ariel Mashraki 60b3e5df94 test(localStorageService): create unit test, mocking and helpers 10 years ago
Ariel Mashraki c66a761b3b refactor(test): remove old file test 10 years ago
Ariel Mashraki 0d94b97503 fix(karma.conf): remove unnecessary comma 10 years ago
Ariel Mashraki 18a02e5c6e test(locationStorage): create unit test file 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
Kane Rogers f3ef129b28 Add installation instructions to README.md
Now I know how to install it! 😄
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