Pass Data in the succeding branch of the promise
Modal service for AngularJS - supports creating popups and modals via a service.
Brought to you by:
evanfcrane
Originally created by: HknLof
Hi is there a way to deal with the following scenario:
ModalService.showModal({
templateUrl : "go/find/it",
controller : "PageLinkModalController",
inputs: {
renderMe: $scope.renderMe
}
}).then(function (modal) {
$http.get(url)
.then(function (response) {
$scope.renderMe = response.data;
modal.element.modal();
});
});
I want to set some data to be rendered, right after I receive the data
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Ticket changed by: HknLof
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: HknLof
A duplicate of [#120]
Related
Tickets: #120