Walhfort
Results
1
comments of
Walhfort
> Non-jquery version: > > ```js > $rootScope.$watch(() => document.querySelectorAll('.modal').length, val => { // everytime the number of modals changes > if (val > 0) { > $uibModalStack.getTop().value.backdrop = 'static'...