bahaaldine / angular-csv-import

Angular component that lets you import and convert CSV file to JSON
MIT License
150 stars 89 forks source link

not working condition.. #62

Open Jung-Sun-Kim opened 7 years ago

Jung-Sun-Kim commented 7 years ago

hello. ex) ng-csv-import.import( content='vm.csv.content' header='true' separator='vm.csv.separator' result='vm.csv.result' upload-button-label='vm.csv.uploadButtonLabel' ) this condition is not working.. This condition must be added( header-visible='true' added ). but, visibled header Perhaps this is a problem. angular-csv-import.js template: function(element, attrs) { ....

codingzmsun commented 7 years ago

my solution is add class in <ng-csv-import class="ng-csv-import" ......> using css style display the label .ng-csv-import div div div,.ng-csv-import div div span,.ng-csv-import div .label{ display: none; }