search

Home  >  Q&A  >  body text

angular.js - angular pops up a window that does not cover the page. The pop-up window needs to be bound to some operation events (click)

The open model window that pops up in angular covers the page (that is, when there is a pop-up window, the large page behind cannot be operated). How to implement angular pop-up window that does not cover the page? The pop-up window needs to be bound to some operation events (click). Is there a suitable plug-in?

给我你的怀抱给我你的怀抱2781 days ago705

reply all(3)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-15 17:10:57

    Since there is a pop-up box, we definitely want users to operate in the pop-up box. For Angular, there is nothing more suitable than bootstrap. If you want other options, please see this URL http://angular-ui.github.io/
    bootstrap https:/ /angular-ui.github.io/…

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-05-15 17:10:57

    $uibModal attribute has a background: static which will not cover the following pages
    https://github.com/angular-ui...

    reply
    0
  • 阿神

    阿神2017-05-15 17:10:57

    Just remove the mask layer, there should be corresponding parameters.

    reply
    0
  • Cancelreply