From e2d2d63bcde7354c2e73b368e7c68d1f2b369562 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 10 Sep 2014 15:45:09 +0100 Subject: Animation on call end icon. --- webclient/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'webclient/app.js') diff --git a/webclient/app.js b/webclient/app.js index d25e2a6234..9370f773b3 100644 --- a/webclient/app.js +++ b/webclient/app.js @@ -16,6 +16,7 @@ limitations under the License. var matrixWebClient = angular.module('matrixWebClient', [ 'ngRoute', + 'ngAnimate', 'MatrixWebClientController', 'LoginController', 'RegisterController', -- cgit 1.5.1