Skip to content

Instantly share code, notes, and snippets.

@alirezamirian
alirezamirian / nested-ui-bootstrap-dropdown.module.js
Last active December 10, 2017 07:54 — forked from sebastianhenneberg/dropdownServicePatch.js
Replaces uibDropdownService of angular-ui/bootstrap to support nested dropdowns
(function () {
'use strict';
/**
* This monkey-patch for the dropdownService enables to nest dropdowns.
* Issue: https://github.com/angular-ui/bootstrap/issues/2421
* PR: https://github.com/angular-ui/bootstrap/pull/3776
*/