ng-csv icon indicating copy to clipboard operation
ng-csv copied to clipboard

default options object when none is provided

Open DavidVotrubec opened this issue 7 years ago • 1 comments

This solves the issue #210

DavidVotrubec avatar Jun 19 '17 09:06 DavidVotrubec

More robust solution would be to use something like this:

var mergedOptions = angular.extend({}, defaultOptions, userSuppliedOptions)

DavidVotrubec avatar Jun 19 '17 09:06 DavidVotrubec