We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4389885 commit 15d1fb4Copy full SHA for 15d1fb4
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-local-storage",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"homepage": "http://gregpike.net/demos/angular-local-storage/demo.html",
5
"authors": [
6
"grevory <greg@gregpike.ca>"
@@ -9,7 +9,11 @@
9
"main": "angular-local-storage.js",
10
"keywords": [
11
"AngularJS",
12
- "Local Storage"
+ "Angular",
13
+ "Storage",
14
+ "Local Storage",
15
+ "Session",
16
+ "Cookie"
17
],
18
"license": "MIT",
19
"ignore": [
package.json
"description": "An Angular module that gives you access to the browsers local storage",
"scripts": {
0 commit comments