This repository has been archived by the owner on May 29, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dropdown): fix accidental deletion
- Loading branch information
a4d7076
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still missing the line
uibDropdownService.close(scope, $element, appendTo);
after the else. Was removed on previous commit and it is causing some problems (on-toggle
function not being called and after you open andappendToOpenClass
not being appended to body after the first time you open and close the dropdown).a4d7076
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a PR for it.