-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
hello,
is it possible to use multiple templateUrls based
currently i try to access using below code. but not working,
var Div1= blockUI.instances.get('Div1');
//stop all playing before load
Div1.start({
templateUrl: '/Scripts/pages/loading.html'
});
$timeout(function() {
// Stop the block after some async operation.
Div1.stop();
}, 1000);
var Div2= blockUI.instances.get('Div2');
//stop all playing before load
Div2.start({
templateUrl: '/Scripts/pages/loading2.html'
});
$timeout(function() {
// Stop the block after some async operation.
Div2.stop();
}, 1000);
Metadata
Metadata
Assignees
Labels
No labels