Fix keyboard navigation in dropdown #68
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The previous change assumed jQuery was in use (angular.element uses jQuery Lite by default which does NOT support class names with .find() - https://docs.angularjs.org/api/ng/function/angular.element). This change works without wrapping angular.element() around the selectors but I did it to keep it AngularJS-ish (don't really know if there are benefits to making it into a jqLite or jQuery object again).
https://github.com/Morgul/ui-bootstrap4/issues/67
That seems like a reasonable fix.
I'll try to remind myself how to do a release this weekend. (Haven't even looked at this project in years. 😅)