Skip to content

Commit 5f5424c

Browse files
committed
fix ui-router at 0.2.7 because of angular-ui/ui-router#766
update minimum angular to latest
1 parent b34c524 commit 5f5424c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ Webclient of the YouPers eWorkLife service
66

77
## Prerequisites
88

9-
Installed local mongoDb: http://www.mongodb.org/downloads
10-
Installed nodejs und npm: http://nodejs.org/
11-
Installed grunt cli: npm install -g grunt-cli
9+
- Installed local mongoDb: http://www.mongodb.org/downloads
10+
- Installed nodejs und npm: http://nodejs.org/
11+
- Installed grunt cli: npm install -g grunt-cli
1212

1313
To build this project:
1414
-----------------------
1515

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

2020
Build commands:
2121

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"angular-sanitize": "~1.2.7",
1212
"angular-translate": "~1.1.1",
1313
"angular-translate-storage-cookie": "~0.1.6",
14-
"angular-ui-router": "~0.2.7",
14+
"angular-ui-router": "0.2.8-bowratic-tedium",
1515
"bootstrap": "~3.0.3",
1616
"d3": "~3.3.13",
1717
"jquery": "~2.0.3",

0 commit comments

Comments
 (0)