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

Commit 134086a

Browse files
sullivanpticfantv
authored andcommitted
fix(datepicker): datepicker-popup nest in dropdown
* Extend fix from commit c5fe8b to the deprecated non uib-dropdown-menu. Fixes #4197 Closes #4693
1 parent a6cb8d3 commit 134086a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/dropdown/dropdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ angular.module('ui.bootstrap.dropdown')
551551
restrict: 'AC',
552552
require: '?^dropdown',
553553
link: function(scope, element, attrs, dropdownCtrl) {
554-
if (!dropdownCtrl) {
554+
if (!dropdownCtrl || angular.isDefined(attrs.dropdownNested)) {
555555
return;
556556
}
557557

0 commit comments

Comments
 (0)