Skip to content

Commit

Permalink
Merge pull request #53 from jnaulty/alpha-fix
Browse files Browse the repository at this point in the history
Fixed Typo with Alpha
  • Loading branch information
willwnekowicz committed Aug 31, 2015
2 parents ea8c87d + a93a331 commit a60d850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbrain/ui/controllers/chartController.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function ( $scope , $http , $interval , $log , apiService , dataService ) {
$scope[graphName].series[0].data.push(data[0].delta);
$scope[graphName].series[0].data.push(data[0].theta);
$scope[graphName].series[0].data.push(data[0].beta);
$scope[graphName].series[0].data.push(data[0].alfa);
$scope[graphName].series[0].data.push(data[0].alpha);
}
}

Expand Down

0 comments on commit a60d850

Please sign in to comment.