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

fix(tooltip): hide, or avoid opening the tooltip if its value is falsy #745

Closed

Conversation

jnizet
Copy link
Member

@jnizet jnizet commented Sep 16, 2016

fix #737

@anrepppp
Copy link

I am still seeing the popover arrow when there is no content.

@anrepppp
Copy link

anrepppp commented Mar 23, 2017

<template *ngIf="product.pdqLocationList.length > 0" #pdqContent>

<div class="col-md-4" [ngbPopover]="pdqContent"> {{product.qtyDC}} </div>
I tried the above approach.

Can you please guide me how to solve this issue.

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

Successfully merging this pull request may close these issues.

Feature request: Tooltip enable check
2 participants