From f91de307173bdfb460bf8656903f3ed04fe830f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 17 Mar 2015 09:44:11 +0100 Subject: [PATCH] Missing angular dependency --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1621660..7893e0f 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,8 @@ "angular": "~1.3.14", "angular-route": "~1.3.14", "angular-resource": "~1.3.14", - "angular-sanitize": "~1.3.14" + "angular-sanitize": "~1.3.14", + "angular-animate": "~1.3.14" }, "resolutions": { "angular": "~1.3.8"