mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-12 21:32:20 -04:00
Implement SYWEB-121 : Display JSON when clicking messages.
JSON is displayed as a modal dialog via AngularJS' bootstrap module, "ui.bootstrap".
This commit is contained in:
parent
cf1feee21d
commit
da87990bd6
4 changed files with 24 additions and 12 deletions
|
@ -30,7 +30,8 @@ var matrixWebClient = angular.module('matrixWebClient', [
|
|||
'MatrixCall',
|
||||
'eventStreamService',
|
||||
'eventHandlerService',
|
||||
'infinite-scroll'
|
||||
'infinite-scroll',
|
||||
'ui.bootstrap'
|
||||
]);
|
||||
|
||||
matrixWebClient.config(['$routeProvider', '$provide', '$httpProvider',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue