Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dritter committed Feb 4, 2018
1 parent 923f17d commit a6e8e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/angular-csv-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ csvImport.directive('ngCsvImport', function() {
'<md-switch class="ng-csv-import-header-switch" ng-model="header"></md-switch>') +
'<div ng-show="encodingVisible"><div class="label">Encoding</div><span>{{encoding}}</span></div>'+
'<div ng-show="separatorVisible">'+
'<div class="label">Seperator</div>'+
'<div class="label">Separator</div>'+
'<span><input class="separator-input ' + (material ? '_md md-input' : '') + ' " type="text" ng-change="changeSeparator" ng-model="separator"><span>'+
'</div>'+
'<div>' +
Expand Down

0 comments on commit a6e8e03

Please sign in to comment.