Skip to content

Commit

Permalink
added alpha to muse
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaulty committed Aug 31, 2015
1 parent ea8c87d commit a93a331
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 a93a331

Please sign in to comment.