diff options
author | David Baker <dbkr@matrix.org> | 2014-09-10 15:45:09 +0100 |
---|---|---|
committer | David Baker <dbkr@matrix.org> | 2014-09-10 15:45:09 +0100 |
commit | e2d2d63bcde7354c2e73b368e7c68d1f2b369562 (patch) | |
tree | e87c113753abe1c5a1c20727e0680fb55dbfb09b /webclient/app.js | |
parent | Upgrade angularjs to 1.3.0-rc1 since this is new development (diff) | |
download | synapse-e2d2d63bcde7354c2e73b368e7c68d1f2b369562.tar.xz |
Animation on call end icon.
Diffstat (limited to 'webclient/app.js')
-rw-r--r-- | webclient/app.js | 1 |
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', |