ember-cli-data-export
Advanced tools
Comparing version
@@ -6,12 +6,9 @@ import Ember from 'ember'; | ||
layout: layout, | ||
types: Ember.computed(function() { | ||
return [this.get('selectPrompt'), 'Excel', 'CSV'] | ||
}), | ||
selectPrompt: 'Export File', | ||
actions: { | ||
triggerExport: function() { | ||
this.sendAction('exportData', this.get('selectedType')); | ||
triggerExport: function(selectedType) { | ||
this.sendAction('exportData', selectedType); | ||
} | ||
} | ||
}); |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"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
Sorry, the diff of this file is not supported yet
58393
0.04%431
-0.69%