change colors

This commit is contained in:
Gwenhael Le Moine 2015-05-15 12:19:45 +02:00
parent d8738fec66
commit c54a4006ce

View file

@ -64,7 +64,7 @@ app.controller( 'DashboardCtrl',
} else if ( score >= 11 ) {
// Income
adjusted_score = score - 11;
color_scale = [ '#ff0', '#ff9' ];
color_scale = [ '#360', '#369' ];
}
return color_scale[ adjusted_score ];