Commit Graph

275 Commits (master)
 

Author SHA1 Message Date
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
Gregory Pike 851c514005 Merge pull request #71 from paulo-neves/master
add sessionStorage
10 years ago
Gregory Pike 72b1231295 Merge pull request #70 from AdamQuadmon/cookieDomain
Added setCookieDomain option
10 years ago
Luciano Amodio 62475e2033 Fix Cookie not Defined issues 10 years ago
paulo.neves 336e71d7af add sessionstorage to localStorage provider. 10 years ago
paulo.neves 4f71583bd1 add sessionstorage to localStorage provider. 10 years ago
Luciano Amodio 717f1d1204 Added setCookieDomain option
now is possible to set a custom domain for the cookie.
10 years ago
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 10 years ago
Gregory Pike 31c4863bf5 Updated documentation 10 years ago
Gregory Pike d182939877 Updated documentation 10 years ago
Gregory Pike 5d3d56b43b Updated documentation 10 years ago
Gregory Pike ee9c6d3f6f Minify ALS 10 years ago
Gregory Pike 0405741d0d Merge pull request #62 from georgik/master
Missing var
10 years ago
Juraj Michalek 976c42e83a add missing var 10 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