You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) { ....
The text was updated successfully, but these errors were encountered:
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;
}
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) { ....
The text was updated successfully, but these errors were encountered: