Skip to content

Commit

Permalink
chore(dropdown): fix accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Nov 30, 2016
1 parent c824731 commit a4d7076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropdown/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ angular.module('ui.bootstrap.dropdown', ['ui.bootstrap.multiMap', 'ui.bootstrap.

scope.focusToggleElement();
uibDropdownService.open(scope, $element, appendTo);
} else
} else {
if (self.dropdownMenuTemplateUrl) {
if (templateScope) {
templateScope.$destroy();
Expand Down

0 comments on commit a4d7076

Please sign in to comment.