GUAC-932: Fully-working connection group editor.

This commit is contained in:
Michael Jumper
2014-12-22 11:24:10 -08:00
parent 8b53797b30
commit 73df4f4c7d
6 changed files with 152 additions and 92 deletions

View File

@@ -21,7 +21,7 @@
*/
/**
* The controller for the connection edit modal.
* The controller for editing users.
*/
angular.module('manage').controller('manageUserController', ['$scope', '$injector',
function manageUserController($scope, $injector) {