diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-05 18:46:34 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-05 18:46:34 +0200 |
commit | b3be06667d7b0968b808c77487a2909578a729cd (patch) | |
tree | 3e6cdee55aa23dd7ade7e469026dc13d303d5672 /webclient/room | |
parent | BF: Update the members list on banned & kicked "events" (diff) | |
download | synapse-b3be06667d7b0968b808c77487a2909578a729cd.tar.xz |
BF: tab completion did not work with commands. $scope.input contained only the typed chars not the result of the completion.
Needed to fire an event so that ng update the input model
Diffstat (limited to '')
-rw-r--r-- | webclient/room/room-directive.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/webclient/room/room-directive.js b/webclient/room/room-directive.js |