Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Reopen the popover, it's scope has changed #1191

Closed
@someok

Description

@someok

First Time: click the button, open the popover, the scope is right:
snapshot-20131021183428

2nd Time: reopen the popover, the scope become the page's scope:
snapshot-20131021183518

The snapshots is snap at http://angular-ui.github.io/bootstrap/#/popover

I test it at local browse:

function showTooltipBind() {
       // add a log
    console.log('show: ', tooltip.scope())

    if (scope.tt_popupDelay) {
        popupTimeout = $timeout(show, scope.tt_popupDelay);
    } else {
        scope.$apply(show);
    }
}

The output is:
snapshot-20131021185917

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions