SYWEB-12: More formatting.

This commit is contained in:
Kegan Dougal 2014-10-30 13:24:40 +00:00
parent 40342af459
commit 6f3f631fd1
4 changed files with 32 additions and 7 deletions

View file

@ -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;