5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
export default Ember.Controller.extend({
|
|
loading: false,
|
|
period: "all"
|
|
});
|