Skip to content

Commit

Permalink
fix ui-router at 0.2.7 because of angular-ui/ui-router#766
Browse files Browse the repository at this point in the history
update minimum angular to latest
  • Loading branch information
RBLU committed Jan 20, 2014
1 parent b34c524 commit 5f5424c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Webclient of the YouPers eWorkLife service

## Prerequisites

Installed local mongoDb: http://www.mongodb.org/downloads
Installed nodejs und npm: http://nodejs.org/
Installed grunt cli: npm install -g grunt-cli
- Installed local mongoDb: http://www.mongodb.org/downloads
- Installed nodejs und npm: http://nodejs.org/
- Installed grunt cli: npm install -g grunt-cli

To build this project:
-----------------------

git clone https://github.com/YouPers/yp-ewl-webclient.git
cd yp-ewl-webclient
npm install // installs all needed software for build system: defined in package.json)
npm install // installs all needed software for build system (defined in package.json) and downloads all used js-libraries (bower.json)

Build commands:

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"angular-sanitize": "~1.2.7",
"angular-translate": "~1.1.1",
"angular-translate-storage-cookie": "~0.1.6",
"angular-ui-router": "~0.2.7",
"angular-ui-router": "0.2.8-bowratic-tedium",
"bootstrap": "~3.0.3",
"d3": "~3.3.13",
"jquery": "~2.0.3",
Expand Down

0 comments on commit 5f5424c

Please sign in to comment.