Skip to content

Commit

Permalink
fix to encodingVisible issue bahaaldine#60
Browse files Browse the repository at this point in the history
  • Loading branch information
beebox committed Mar 22, 2017
1 parent 6c78d97 commit ebca8a3
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 @@ -33,7 +33,7 @@ csvImport.directive('ngCsvImport', function() {
'<div ng-show="headerVisible"><div class="label">Header</div>' +
(material ? '<input type="checkbox" ng-model="header"></div>' :
'<md-switch class="ng-csv-import-header-switch" ng-model="header"></md-switch>') +
'<div ng-show="encoding"><div class="label">Encoding</div><span>{{encoding}}</span></div>'+
'<div ng-show="encodingVisible"><div class="label">Encoding</div><span>{{encoding}}</span></div>'+
'<div ng-show="separatorVisible">'+
'<div class="label">Seperator</div>'+
'<span><input class="separator-input ' + (material ? '_md md-input' : '') + ' " type="text" ng-change="changeSeparator" ng-model="separator"><span>'+
Expand Down

0 comments on commit ebca8a3

Please sign in to comment.