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

PrintSection and ngBindHTML directive #38

Open
raszkiewicz opened this issue Sep 14, 2017 · 0 comments
Open

PrintSection and ngBindHTML directive #38

raszkiewicz opened this issue Sep 14, 2017 · 0 comments

Comments

@raszkiewicz
Copy link

raszkiewicz commented Sep 14, 2017

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.

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

1 participant