Skip to content

Commit 210164a

Browse files
committed
Undo changes in new submission controller
1 parent 3a10619 commit 210164a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/webapp/app/controllers/submission/newSubmissionController.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ vireo.controller('NewSubmissionController', function ($controller, $location, $q
1313
$scope.selectedOrganization = new Organization({});
1414

1515
$scope.ready = false;
16-
1716
$scope.loadingOrganization = false;
1817

1918
$scope.getSelectedOrganizationId = function () {
@@ -95,7 +94,7 @@ vireo.controller('NewSubmissionController', function ($controller, $location, $q
9594
angular.extend($scope.organizations, orgs);
9695

9796
resolve();
98-
}).catch(function (reason) {
97+
}).catch(function(reason) {
9998
reject(reason);
10099
});
101100
});

0 commit comments

Comments
 (0)