From 5f5424c91e3a7a9d981051bbb64e141625913fd5 Mon Sep 17 00:00:00 2001 From: RBLU Date: Mon, 20 Jan 2014 08:29:59 +0100 Subject: [PATCH] fix ui-router at 0.2.7 because of https://github.com/angular-ui/ui-router/issues/766 update minimum angular to latest --- README.md | 8 ++++---- bower.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6b72c52..76880a63 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/bower.json b/bower.json index e89de7b9..97da33f3 100644 --- a/bower.json +++ b/bower.json @@ -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",