mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-19 03:25:26 +00:00
Removed console.log on frontend tournamentsController, also fixed frontend syntax errors in tournamentsController and tournamentsService
This commit is contained in:
@@ -22,7 +22,7 @@ app.factory('tournamentsService', function($http){
|
||||
}).then(function successCallback(response) {
|
||||
// this callback will be called asynchronously
|
||||
// when the response is available
|
||||
return response.data
|
||||
return response.data;
|
||||
}, function errorCallback(response) {
|
||||
// called asynchronously if an error occurs
|
||||
// or server returns response with an error status.
|
||||
|
||||
Reference in New Issue
Block a user