Skip to content

Commit

Permalink
Bumped version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Jun 14, 2016
1 parent 5e80c0d commit b20c14c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,18 @@ Modal service for AngularJS - supports creating popups and modals via a service.

## Usage

First, install with Bower:
Install with Bower or NPM:

```
bower install angular-modal-service
```
or npm

```
npm install angular-modal-service
```


Then reference the minified script:

```html
<script src="bower_components/angular-modal-service/dst/angular-modal-service.min.js"></script>
<script src="./node_modules/angular-modal-service/dst/angular-modal-service.min.js"></script>
```

Specify the modal service as a dependency of your application:
Expand Down Expand Up @@ -212,10 +208,11 @@ To work with the code, just run:

```
npm install
gulp
npm test
npm start
```

The samples will be opened in the browser. All JavaScript changes will re-run the tests, all samples changes are automatically reloaded into the browser.
The dependencies will install, the tests will be run (always a useful sanity check after a clean checkout) and the code will run. You can open the browser at localhost:8080 to see the samples. As you change the code in the `src/` folder, it will be re-built and the browser will be updated.

The easiest way to adapt the code is to play with some of the examples in the ``samples`` folder.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-modal-service",
"version": "0.6.10",
"version": "0.10.0",
"homepage": "https://github.com/dwmkerr/angular-modal-service",
"authors": [
"Dave Kerr (github.com/dwmkerr)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-modal-service",
"version": "0.6.10",
"version": "0.10.0",
"description": "AngularJS Service for showing Modals and Popups",
"main": "./dst/angular-modal-service.js",
"scripts": {
Expand Down

0 comments on commit b20c14c

Please sign in to comment.