-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
In case table is rendered later than directive initialisation ctrl.tableElement gonna be empty.
I would suggest moving table element lookup
if(elementScope.ctrl.tableSelector) {
ctrl.tableElement = $document.find(elementScope.ctrl.tableSelector);
}
into function exportTable() or click handler
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels