We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f902e87 + 9737b5f commit 7668e48Copy full SHA for 7668e48
plugins/ng-grid-wysiwyg-export.js
@@ -10,7 +10,7 @@
10
self.services = services;
11
};
12
13
- self.export = function () {
+ self.exportData = function () {
14
var ret = {
15
columns: [],
16
columnWidths: [],
0 commit comments