add dynamic date range calculation for dates, and add color gradient component, add color gradient for language and chrono
import Ember from 'ember';
export default Ember.Route.extend({
model() {
return this.modelFor('application');
},
actions : {
didTransition() {
this.controllerFor('application').get('player').displayMetadata('notice');
}
}
});