diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-14 11:36:11 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-14 11:36:11 +0200 |
commit | 7dc0a28e17bff5172c303497b6c1ca40af23e7e9 (patch) | |
tree | 38648495ef21814d2d516e79d889d57269f5d4c9 /webclient/index.html | |
parent | grammar fix (diff) | |
download | synapse-7dc0a28e17bff5172c303497b6c1ca40af23e7e9.tar.xz |
Created m-file-input. A directive to open a file selection dialog on whatever HTML element
Diffstat (limited to '')
-rw-r--r-- | webclient/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html index ddc9ab5e32..f4b791ecdb 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -14,6 +14,7 @@ <script src="room/room-controller.js"></script> <script src="rooms/rooms-controller.js"></script> <script src="components/matrix/matrix-service.js"></script> + <script src="components/fileInput/file-input-directive.js"></script> </head> <body> |