anonymousland-synapse/webclient/room
Emmanuel ROHEE da2f5aac0e Sanitize message text content only if the type of current message in the ng-repeat loop is "text"
In case of image message, the body can be a JSON object (ImageInfo) and ngSanitize does not like that (ie it generates exception in the console)
2014-08-20 17:04:50 +02:00
..
room-controller.js Replaced the image URL text input by a file selector button: "Send Image" 2014-08-20 14:09:55 +02:00
room-directive.js File organisation sanity: put directives and filters into dedicated files 2014-08-20 11:28:36 +02:00
room.html Sanitize message text content only if the type of current message in the ng-repeat loop is "text" 2014-08-20 17:04:50 +02:00