summary refs log tree commit diff
path: root/webclient/app.js
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-10 15:45:09 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-10 15:45:09 +0100
commite2d2d63bcde7354c2e73b368e7c68d1f2b369562 (patch)
treee87c113753abe1c5a1c20727e0680fb55dbfb09b /webclient/app.js
parentUpgrade angularjs to 1.3.0-rc1 since this is new development (diff)
downloadsynapse-e2d2d63bcde7354c2e73b368e7c68d1f2b369562.tar.xz
Animation on call end icon.
Diffstat (limited to 'webclient/app.js')
-rw-r--r--webclient/app.js1
1 files changed, 1 insertions, 0 deletions
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',