// always displays modals
// use ng-show/ng-hide or ng-if to
// toggle and ng-animate to fade/animate

.dropdown-menu {
  display: block;
}