Merge remote-tracking branch 'origin/open889' into open922

This commit is contained in:
Pete Richards
2016-05-25 09:55:09 -07:00
12 changed files with 206 additions and 263 deletions

View File

@ -49,10 +49,7 @@ define(
position = [rect.left, rect.top],
popup = popupService.display(div, position);
// TODO: Handle in CSS;
// https://github.com/nasa/openmctweb/issues/298
div.css('z-index', 75);
div.addClass('t-popup');
transclude(function (clone) {
div.append(clone);
});