Commit e9addff9 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

DIE ANTEK DIE

jshint cont'd
parent 222106e8
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
} }
$scope.teamsScores = calculatePerTeam(data); $scope.teamsScores = calculatePerTeam(data);
console.log($scope.teamsScores); console.log($scope.teamsScores);
viewGraph() viewGraph();
}); });
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
app.factory('AppSettings', function() { app.factory('AppSettings', function() {
return { return {
apiAddress: "localhost:8080/api/v1" apiAddress: "localhost:8080/api/v1"
} };
}); });
app.config(['$httpProvider', function ($httpProvider) { app.config(['$httpProvider', function ($httpProvider) {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
var result; var result;
if (!tasks) { if (!tasks) {
this.getTasks(function(data){ this.getTasks(function(data){
result = this.getTaskById(id, callback) result = this.getTaskById(id, callback);
}.bind(this)); }.bind(this));
} }
else { else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment