1
0
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:
2016-03-02 15:54:38 +00:00
parent 9bd36d2cb0
commit 85f9346001
3 changed files with 2 additions and 5 deletions

View File

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