Skip to content

PrintSection and ngBindHTML directive #38

@raszkiewicz

Description

@raszkiewicz

Somehow that kind of combination creates print output in the middle of a page

Code to reproduce it:

        <div class="row" id="invoice" print-section>
            <div class="col-md-12" ng-bind-html="invoice"></div>
        </div>

where invoice part is a table which I want to print only and is set as

<table style="width: 700; height: 389px;" align="center" print-table="invoice">
....
</table>

but it looks like anything at the top is pulled and replaced with a white space.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions