Skip to content

Commit

Permalink
Updated Angular Modal Service to use AngularJS 1.3 and upwards. Updat…
Browse files Browse the repository at this point in the history
…ed the sample project in the same way.
  • Loading branch information
dwmkerr committed Nov 24, 2014
1 parent d73313b commit 3322f0e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5

* Updated the dependencies to use AngularJS 1.3 and upwards.

## v0.4

### Features
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-modal-service",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "https://github.com/dwmkerr/angular-modal-service",
"authors": [
"Dave Kerr (github.com/dwmkerr)"
Expand Down Expand Up @@ -30,9 +30,9 @@
"*.yml"
],
"dependencies": {
"angular": "~1.2.0"
"angular": "~1.3.x"
},
"devDependencies": {
"angular-mocks": "~1.2.16"
"angular-mocks": "~1.3.x"
}
}
2 changes: 1 addition & 1 deletion dst/angular-modal-service.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0",
"version": "0.5.0",
"description": "AngularJS Service for showing Modals and Popups",
"main": "server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion samples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
<script src="angular-modal-service.js"></script>
<script src="sampleapp.js"></script>
<script src="yesno/yesnocontroller.js"></script>
Expand Down

0 comments on commit 3322f0e

Please sign in to comment.