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?
我想大声告诉你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/…
淡淡烟草味2017-05-15 17:10:57
$uibModal attribute has a background: static which will not cover the following pages
https://github.com/angular-ui...