mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 23:14:14 -04:00
autohyperlink messages using linky
This commit is contained in:
parent
54c47f962b
commit
831c218a93
4 changed files with 581 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue