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.

popover can't work well inside a modal #4912

@zhangningdlut

Description

@zhangningdlut

I want to use popover in a modal, but the layout of popover is disorder。

div.modal-header
script(type='text/ng-template' id='datepickerTemplate.html')
.form-group()
label date
input.form-control

div.modal-body
.form-group
label.col-xs-3.control-label start
button.btn.btn-default(uib-popover-template='datepicker.template',popover-placement='{{datepicker.placement}}')

$scope.datepicker = {
template:'datepickerTemplate.html',
placement:'right',
}

anyone can help me ? thank you

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