ember-cli-data-export
Advanced tools
Comparing version
@@ -11,5 +11,5 @@ import Ember from 'ember'; | ||
triggerExport: function() { | ||
this.sendAction('exportData', selectedType); | ||
this.sendAction('exportData', this.get('selectedType')); | ||
} | ||
} | ||
}); |
{ | ||
"name": "ember-cli-data-export", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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
53328
0.33%