You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
I couldn't dig it too much but:
when opening a dropdown, and clicking a child-element,
this function
https://github.com/angular-ui/bootstrap/blob/master/src/dropdown/dropdown.js#L23
is invoked and sets
openscopeto null,subsequently, this function is invoked
https://github.com/angular-ui/bootstrap/blob/master/src/dropdown/dropdown.js#L31
openscopeis null there, and i get anUncaught TypeError: Cannot read property 'getToggleElement' of null