ember-cli-data-export
Advanced tools
Comparing version
@@ -6,4 +6,6 @@ import Ember from 'ember'; | ||
layout: layout, | ||
types: [ this.get('selectPrompt'), 'Excel', 'CSV' ], | ||
selectedType: null, | ||
types: Ember.computed(function() { | ||
return [this.get('selectPrompt'), 'Excel', 'CSV'] | ||
}), | ||
selectedType : null, | ||
actionText: 'Export', | ||
@@ -10,0 +12,0 @@ selectPrompt: 'Export File', |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"author" : "Matt Armstrong", | ||
@@ -5,0 +5,0 @@ "description": "Provides ability to export a set of json data as excel or csv file.", |
Sorry, the diff of this file is not supported yet
50606
0.09%396
0.51%