Fix reference to angular-bootstrap in package.json

Currently, the package is referred to as angular-ui-bootstrap.
It should be angular-bootstrap.
Otherwise, the webclient build succeeds, but the webclient
runtime fails.

This patch should make the webclient work again.

Change-Id: I79fbf07c99f87189fd47d329dfac724aa0ece5c2
This commit is contained in:
Zara 2018-01-11 13:38:20 +00:00
parent f442646269
commit c5829bc593
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-scenario": "1.5.8",
"angular-ui-bootstrap": "https://github.com/angular-ui/bootstrap/archive/0.12.0.tar.gz",
"angular-bootstrap": "0.12.2",
"angular-ui-router": "0.2.13",
"angularjs-viewhead": "0.0.1",
"bootstrap": "3.3.7",