add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
import Ember from 'ember';
export function arrayIndex(params/*, hash*/) {
return params[0][params[1]];
}
export default Ember.Helper.helper(arrayIndex);