Skip to content

Commit

Permalink
#65 locked down angular bootstrap version and documented
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarch committed Jul 27, 2016
1 parent a3d47b3 commit 35a67b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Bootstrap Tour, but plays nicely with Angular, **and does not have any dependenc

Check out the live demo [here](http://benmarch.github.io/angular-ui-tour).

**IMPORTANT!!** This does not yet work with Angular UI Bootstrap 2.0.0 or later! Follow [#66](https://github.com/benmarch/angular-ui-tour/issues/66) for details.

## Getting Started
*It is highly recommended that you use Bower and Wiredep to install this plugin for now. I am working on making it (and its dependencies)
available through NPM, but I don't believe it works yet.*
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test/"
],
"dependencies": {
"angular-bootstrap": ">=0.14.3",
"ngSmoothScroll": "~2.0.0",
"angular-bootstrap": ">=0.14.3 <2.0.0",
"ngSmoothScroll": "2.0.0",
"angular-sanitize": ">=1.3",
"ez-ng": "~0.1.7",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.7.0"
"ez-ng": "0.1.8",
"angular-hotkeys": "chieffancypants/angular-hotkeys#1.7.0"
},
"devDependencies": {
"angular-mocks": ">=1.3",
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
"angular-ui",
"tour"
],
"dependencies": {},
"dependencies": {
"angular-hotkeys": "1.7.0",
"angular-sanitize": ">=1.3",
"angular-ui-bootstrap": ">=0.14.3 <2.0.0",
"ez-ng": "0.1.8",
"ngSmoothScroll": "2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.2.1",
Expand Down

0 comments on commit 35a67b3

Please sign in to comment.