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

Hiding Header not working when material isn't used #80

Open
patagonaa opened this issue Jan 30, 2018 · 2 comments · May be fixed by #81
Open

Hiding Header not working when material isn't used #80

patagonaa opened this issue Jan 30, 2018 · 2 comments · May be fixed by #81

Comments

@patagonaa
Copy link

When "headerVisible" is set to false and "material" isn't used, the whole csv import is invisible.

@patagonaa
Copy link
Author

patagonaa commented Jan 30, 2018

(potentially a duplicate of #79, #62)

@dosehealthcare
Copy link

The problem is that the html is missing a closing div tag after this:

<md-switch class="ng-csv-import-header-switch" ng-model="header"></md-switch>

should be

<md-switch class="ng-csv-import-header-switch" ng-model="header"></md-switch></div>

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