mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-28 21:28:32 -04:00
SYWEB-12: More formatting.
This commit is contained in:
parent
40342af459
commit
6f3f631fd1
4 changed files with 32 additions and 7 deletions
|
@ -1039,9 +1039,9 @@ angular.module('RoomController', ['ngSanitize', 'matrixFilter', 'mFileInput'])
|
|||
.controller('RoomInfoController', function($scope, $modalInstance, $filter) {
|
||||
console.log("Displaying room info.");
|
||||
|
||||
$scope.submitState = function(eventType, content) {
|
||||
console.log("Submitting " + eventType + " with " + content);
|
||||
}
|
||||
$scope.submit = function(event) {
|
||||
console.error("submit >>> " + JSON.stringify(event));
|
||||
};
|
||||
|
||||
$scope.dismiss = $modalInstance.dismiss;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue