From 7999e4807c58f547ce3f53d89f7ba282eedf6e5c Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Wed, 10 Feb 2016 11:18:25 +0100 Subject: [PATCH] Adds ui-angular/boostrap dependencies --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 77d3e55..bc9ed92 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,8 @@ "dependencies": { "angular": "^1.5.0", "angular-route": "^1.5.0", - "angular-animate": "^1.5.0" + "angular-animate": "^1.5.0", + "angular-bootstrap": "^1.1.2" }, "devDependencies": { "angular-mocks": "^1.5.0"