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

Commit a4d7076

Browse files
committed
chore(dropdown): fix accidental deletion
1 parent c824731 commit a4d7076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropdown/dropdown.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ angular.module('ui.bootstrap.dropdown', ['ui.bootstrap.multiMap', 'ui.bootstrap.
336336

337337
scope.focusToggleElement();
338338
uibDropdownService.open(scope, $element, appendTo);
339-
} else
339+
} else {
340340
if (self.dropdownMenuTemplateUrl) {
341341
if (templateScope) {
342342
templateScope.$destroy();

0 commit comments

Comments
 (0)