diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-16 22:21:52 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-16 22:21:52 +0100 |
commit | 831c218a9312d15ab57d6d81f84f18fd332a4166 (patch) | |
tree | b04b82da8985608a7c066cc1b3963fdbce9bb86c /webclient/room/room-controller.js | |
parent | use minified angular by default (diff) | |
download | synapse-831c218a9312d15ab57d6d81f84f18fd332a4166.tar.xz |
autohyperlink messages using linky
Diffstat (limited to 'webclient/room/room-controller.js')
-rw-r--r-- | webclient/room/room-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js index fa50236571..86f1379f75 100644 --- a/webclient/room/room-controller.js +++ b/webclient/room/room-controller.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -angular.module('RoomController', []) +angular.module('RoomController', ['ngSanitize']) .controller('RoomController', ['$scope', '$http', '$timeout', '$routeParams', '$location', 'matrixService', 'eventStreamService', 'eventHandlerService', function($scope, $http, $timeout, $routeParams, $location, matrixService, eventStreamService, eventHandlerService) { |