Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working condition.. #62

Open
Jung-Sun-Kim opened this issue Feb 8, 2017 · 1 comment
Open

not working condition.. #62

Jung-Sun-Kim opened this issue Feb 8, 2017 · 1 comment

Comments

@Jung-Sun-Kim
Copy link

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
Copy link

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants