We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923f17d commit a6e8e03Copy full SHA for a6e8e03
lib/angular-csv-import.js
@@ -35,7 +35,7 @@ csvImport.directive('ngCsvImport', function() {
35
'<md-switch class="ng-csv-import-header-switch" ng-model="header"></md-switch>') +
36
'<div ng-show="encodingVisible"><div class="label">Encoding</div><span>{{encoding}}</span></div>'+
37
'<div ng-show="separatorVisible">'+
38
- '<div class="label">Seperator</div>'+
+ '<div class="label">Separator</div>'+
39
'<span><input class="separator-input ' + (material ? '_md md-input' : '') + ' " type="text" ng-change="changeSeparator" ng-model="separator"><span>'+
40
'</div>'+
41
'<div>' +
0 commit comments