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 37407b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angular-csv-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
2 changes: 1 addition & 1 deletion dist/angular-csv-import.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 37407b4

Please sign in to comment.