summary refs log tree commit diff
path: root/webclient/room/room-directive.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BF: tab completion did not work with commands. $scope.input contained only ↵Emmanuel ROHEE2014-09-051-1/+10
| | | | | | the typed chars not the result of the completion. Needed to fire an event so that ng update the input model
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* rename autoComplete directive as tabComplete to avoid confusion with the ↵Matthew Hodgson2014-08-221-15/+15
| | | | autocomplete html attribute
* File organisation sanity: put directives and filters into dedicated filesEmmanuel ROHEE2014-08-201-0/+134