Commit Graph

199 Commits (74457d4782445091f6495c770b5eb8f4f15790ab)
 

Author SHA1 Message Date
Gregory Pike 233ef1ad08 Merge pull request #68 from grevory/use-ng-wrappers
Use AngularJS wrappers
10 years ago
Romain Sertelon 6858ddc4df Injects $window and $document 10 years ago
Romain Sertelon 91e9e0bec9 Use AngularJS wrappers
Fixes #54 by using  and
10 years ago
Romain Sertelon 7f77f461bf Merge pull request #67 from calendee/configDocFix
Fixes missing closing bracket in config example.
10 years ago
Justin Noel 391c81d49d Fixed missing closing bracket in config example.
Signed-off-by: Justin Noel <github@calendee.com>
10 years ago
Gregory Pike 9993ed43e0 Updated demo and documentation 11 years ago
Gregory Pike 31c4863bf5 Updated documentation 11 years ago
Gregory Pike d182939877 Updated documentation 11 years ago
Gregory Pike 5d3d56b43b Updated documentation 11 years ago
Gregory Pike ee9c6d3f6f Minify ALS 11 years ago
Gregory Pike 0405741d0d Merge pull request #62 from georgik/master
Missing var
11 years ago
Juraj Michalek 976c42e83a add missing var 11 years ago
Gregory Pike 95aa4b02f6 Merge pull request #59 from prrt714/master
Make browserSupportsLocalStorage immediate function, comment
11 years ago
prrt714 e87b0171f9 * Make browserSupportsLocalStorage immediate function in order to check this only once
* Comment on configuring prefix
11 years ago
Gregory Pike 61666ddedb Merge pull request #58 from michaelnoonan/patch-1
cookie and notify are not defined
11 years ago
Michael Noonan b0c346b76c cookie and notify are not defined
When trying to remove a cookie I noticed that the cookie wasn't being removed. Upon further inspection I saw that the function was relying on the local "cookie" variable which wasn't copied across from the initialization code. Same seems to be true for "notify".

Cookies can now be removed happily.
11 years ago
Gregory Pike 2933a6f5fd Merge pull request #29 from mwickman/regex_clear
Adding ability to clear local storage based on a regex
11 years ago
Matthew Wickman 317f4dd9e6 updating docs on demo page 11 years ago
Matthew Wickman 04b3c77257 Merge branch 'master' of github.com:grevory/angular-local-storage into regex_clear
Conflicts:
	angular-local-storage.js
11 years ago
Gregory Pike 91271179e7 Fixed JS error from merge and changed spacing 11 years ago
Gregory Pike 3dee44cac3 Started fixing spacing 11 years ago
Gregory Pike f8ea0a90cd Resolve merge conflicts 11 years ago
Gregory Pike 199031e798 Resolved merge conflict 11 years ago
Gregory Pike a973003559 Merge pull request #50 from mwq27/master
Added check if stored value is a number to spyOn, since localStorage wil...
11 years ago
ehaozuo ab81628c93 add uglified version for users 11 years ago
Alex Gorbatchev c0e86dc1bd Fixes `QUOTA_EXCEEDED_ERR` error is private Safari window. 11 years ago
Marques Woodson 2bff9d3e3c Configured the service to a provider type for more configurability. 11 years ago
mwq27 e96a2b2435 Added check if stored value is a number to spyOn, since localStorage will store integers as strings. 11 years ago
Gregory Pike ecea0d0ec4 Merge pull request #49 from mwq27/master
I just added a few tests for the .get and .set methods.
11 years ago
mwq27 650e9b825d Update test.js 11 years ago
mwq27 7354a44bae Update test.js 11 years ago
Matthew Wickman 7ca4d4b9e0 Merge branch 'master' of github.com:grevory/angular-local-storage into regex_clear 11 years ago
grevory e0ee1851ca Merge pull request #41 from eddiemonge/patch-1
Update README.md
11 years ago
Eddie Monge Jr. 9d539cad94 Update README.md
add instructions for setting prefix
11 years ago
grevory 1b4aaf0f79 Merge pull request #40 from eddiemonge/rename
rename part 2
11 years ago
grevory 86da00f3a6 Merge pull request #38 from eddiemonge/bowertypo
fix typo in bower
11 years ago
Eddie Monge 176065aa00 rename part 2 11 years ago
Eddie Monge 2bbac5a6ba fix typo in bower 11 years ago
Matthew Wickman 697e340738 Merge branch 'master' of github.com:grevory/angular-local-storage into regex_clear 11 years ago
grevory 92c594e922 Merge pull request #39 from eddiemonge/rename
rename file to be more angular descriptive
11 years ago
Eddie Monge 4079d517a0 rename file to be more angular descriptive 11 years ago
grevory 833606949e Merge pull request #37 from eddiemonge/grunt
Add Grunt to automate testing and linting. Add Karma to run tests
11 years ago
Eddie Monge 3a4436f5af Add Grunt to automate testing and linting. Add Karma to run tests 11 years ago
grevory 10f23f21ab Merge pull request #34 from eddiemonge/gitfiles
add git files to the repo
11 years ago
Eddie Monge edacb75732 add git files to the repo 11 years ago
grevory 0c1b8e8e19 Merge pull request #32 from eddiemonge/demo
move demos to their own folder to keep repo cleaner
11 years ago
grevory ce358fc99b Merge pull request #31 from eddiemonge/package
add package.json file to manage dependencies
11 years ago
grevory 401584e657 Merge pull request #30 from eddiemonge/bower
Add bower.json file
11 years ago
Eddie Monge 8e44da5b4b move demos to their own folder to keep repo cleaner 11 years ago
Eddie Monge 6b62d711ea add package.json file to manage dependencies 11 years ago