-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Can you please tell me why content is not showing for me. I am using following code:
$scope.options = {
title: 'Demo',
width: 400,
height: 200,
x: 200,
y: 0,
minWidth: 200,
maxWidth: Infinity,
minHeight: 100,
maxHeight: Infinity,
resizable: true,
// appendTo: element.parent(),
onClose: function() {
return true;
}
};
But nothing is showing in popup window.
Metadata
Metadata
Assignees
Labels
No labels