Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablob committed Apr 26, 2016
1 parent 21f8c77 commit 5d180af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# AngularJS Environment Plugin

Version 1.0.3
<p align="left">
<a href="https://www.npmjs.com/package/angular-environment"><img src="https://img.shields.io/npm/v/angular-environment.svg?style=flat-square"></a>
<a href="http://bower.io/search/?q=angular-environment"><img src="https://img.shields.io/bower/v/angular-environment.svg?style=flat-square"></a>
<a href="https://github.com/juanpablob/angular-environment/stargazers"><img src="http://img.shields.io/npm/dm/angular-environment.svg?style=flat-square"></a>
</p>

An useful plugin that allows you to set up different variables such as API Url, Sockets, Paths, etc, based on the context of script execution, which means you can set up (for example) different API endpoints depending if you are working on development, stage or production.

Expand Down Expand Up @@ -130,7 +134,7 @@ var allVars = envService.read('all'); // gets all variables configured under the

## To-Do

* Support for adding domains with wildcards or regex
* Support for adding domains with wildcards or ~~regex~~
* Comprobe Add logic to `check()`
* Testing

Expand Down

0 comments on commit 5d180af

Please sign in to comment.