This commit is contained in:
Joseph Schorr 2015-01-12 12:37:01 -05:00
parent 7d412a5b68
commit df9a417207

View file

@ -2645,7 +2645,7 @@ quayApp.directive('focusablePopoverContent', ['$timeout', '$popover', function (
if (!scope) { return; }
scope.$apply(function() {
if (!scope) { return; }
if (!scope || !$scope.$hide) { return; }
scope.$hide();
});
};