Jquery dialog modal wird nicht mit Angular angezeigt – Lösung

Dann wird der Modale Dialog auch wieder angezeigt.

css einfügen:

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5a5a5a;
  opacity: 0.8;
}