Commit e9addff9 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

DIE ANTEK DIE

jshint cont'd
parent 222106e8
......@@ -39,7 +39,7 @@
}
$scope.teamsScores = calculatePerTeam(data);
console.log($scope.teamsScores);
viewGraph()
viewGraph();
});
......
......@@ -40,7 +40,7 @@
app.factory('AppSettings', function() {
return {
apiAddress: "localhost:8080/api/v1"
}
};
});
app.config(['$httpProvider', function ($httpProvider) {
......
......@@ -14,7 +14,7 @@
var result;
if (!tasks) {
this.getTasks(function(data){
result = this.getTaskById(id, callback)
result = this.getTaskById(id, callback);
}.bind(this));
}
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