import Ember from 'ember';

export default Ember.Controller.extend({  
  data: ['a', 'b', 'c', 'd', 'e'],
});