fix(datepicker): datepicker-popup nest in dropdown
* Extend fix from commit c5fe8b to the deprecated non uib-dropdown-menu. Fixes #4197 Closes #4693
This commit is contained in:
committed by
Adam Gordon
parent
a6cb8d37dd
commit
134086a6b0
@@ -551,7 +551,7 @@ angular.module('ui.bootstrap.dropdown')
|
||||
restrict: 'AC',
|
||||
require: '?^dropdown',
|
||||
link: function(scope, element, attrs, dropdownCtrl) {
|
||||
if (!dropdownCtrl) {
|
||||
if (!dropdownCtrl || angular.isDefined(attrs.dropdownNested)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user