From 589f49b4feb8febce6e7c5a1d85055960aa15914 Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Mon, 15 Feb 2016 15:22:11 +0300 Subject: [PATCH] update angular bootstrap lib version dropdown menu item doesn't work in version 0.12.x It's better to choose 0.14.3 version dur to dependencies (versions >1.0.0 needs angular >1.4.0 that conflicts with angular-busy module) also second include of angular-bootstrap was removed from index.html because ui-bootstrap-tpls.min.js == (ui-bootstrap.min.js + html templates) required by the js. If code only included ui-bootstrap.min.js, code will also need to provide your own html templates. Change-Id: I96e9a864d34452dd690f41d10d6ac46bef022b55 --- bower.json | 2 +- refstack-ui/app/index.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 7744bf47..2f33bf88 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "angular": "1.3.15", "angular-ui-router": "0.2.13", "angular-resource": "1.3.15", - "angular-bootstrap": "0.12.1", + "angular-bootstrap": "0.14.3", "angular-busy": "4.1.3", "angular-confirm-modal": "1.1.0", "bootstrap": "3.3.2" diff --git a/refstack-ui/app/index.html b/refstack-ui/app/index.html index 9990b0db..5b5f94c9 100644 --- a/refstack-ui/app/index.html +++ b/refstack-ui/app/index.html @@ -30,7 +30,6 @@ -