ng-csv
ng-csv copied to clipboard
default options object when none is provided
This solves the issue #210
More robust solution would be to use something like this:
var mergedOptions = angular.extend({}, defaultOptions, userSuppliedOptions)