From adf582dba785f0f40fc68d7b1f079fabd210cabe Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 15 Nov 2014 01:34:33 +0000 Subject: merge in msg.__room_member usage to new message display template --- syweb/webclient/components/fileInput/file-input-directive.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'syweb/webclient/components/fileInput/file-input-directive.js') diff --git a/syweb/webclient/components/fileInput/file-input-directive.js b/syweb/webclient/components/fileInput/file-input-directive.js index 9c849a140f..e530c06085 100644 --- a/syweb/webclient/components/fileInput/file-input-directive.js +++ b/syweb/webclient/components/fileInput/file-input-directive.js @@ -25,7 +25,8 @@ angular.module('mFileInput', []) return { restrict: 'A', transclude: 'true', - template: '
', + // FIXME: add back in accept="image/*" when needed - e.g. for avatars + template: '
', scope: { selectedFile: '=mFileInput' }, -- cgit 1.4.1