diff --git a/resources/frontend_client/app/setup/setup.controllers.js b/resources/frontend_client/app/setup/setup.controllers.js index 8ae5cc9fa82bc5c84ad79590431284a56c2480f0..3b6b5b33546b8511a7654d25f97fc215b052a44f 100644 --- a/resources/frontend_client/app/setup/setup.controllers.js +++ b/resources/frontend_client/app/setup/setup.controllers.js @@ -106,7 +106,7 @@ SetupControllers.controller('SetupInfo', ['$scope', '$routeParams', '$location', return $timeout(function(){}, 1000); }); } - }; + } function setSiteName() { return SettingsAdminServices.put({ @@ -115,7 +115,7 @@ SetupControllers.controller('SetupInfo', ['$scope', '$routeParams', '$location', }).$promise.then(function(success) { // anything we need to do here? }); - }; + } $scope.createOrgAndUser = function() { // start off by creating the first user of the system