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:
Patrick Sullivan
2015-10-22 10:58:28 -07:00
committed by Adam Gordon
parent a6cb8d37dd
commit 134086a6b0
+1 -1
View File
@@ -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;
}