Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ezraroi committed Jun 29, 2015
1 parent a2c25c2 commit 195069e
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,24 @@
[![Code Climate](https://codeclimate.com/github/ezraroi/swissAngularSettings/badges/gpa.svg)](https://codeclimate.com/github/ezraroi/angularSettings)
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

# Angular Settings
Automatic application settings service
# Swiss Angular Settings

Angular provider which auto generates service for saving and getting values from the local storage based on a defined schema.

## Installation
You can install the swissAngularSettings with bower:
```bat
bower install swissAngularSettings --save
```

or you can add the swissAngularSettings.min.js file to your HTML page:
```html
<script src="swissAngularSettings.min.js"/>
```
## Dependencies
The swissAngularSettings depends on the following libraries:
* angular
* [angular-local-storage](https://github.com/grevory/angular-local-storage)

0 comments on commit 195069e

Please sign in to comment.