TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sayli k
NA
23
2.3k
after popup gets open header of the page also gets gray out
Aug 20 2020 10:15 PM
After opening popup or modal window background are getting grayout but the header section of the page is not getting grayout ,
i wanted to grayout header section also .
$mdDialog.show({
controller: userPRefrencesController,
templateUrl: '../App/Views/UserPrefrencesTable.html',
parent: angular.element(document.body),
targetEvent: ev,
clickOutsideToClose: false,
fullscreen: $scope.customFullscreen,
//windowTemplateUrl: 'modalWindowTemplte.html'
})
.then(function (answer) {
$scope.status = 'You said the information was "' + answer + '".';
}, function () {
$scope.status = 'You cancelled the dialog.';
});
Reply
Answers (
1
)
Disable playing Picture In Picture option in ngx-gallery
Regarding fetching huge data.