You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to share a santised gist or something like this? My concern is that it might be a jquery issue rather than an angular modal service issue
I'm using this angularModalService to open dialog (with template url and controller defined) from one of my angular js controller like below :
and my template code is like ,
`<script type="text/ng-template" id="AddPage.html">
</script>`
and in model controller , I have function
$scope.OpenCalender = function (id) {
document.getElementById(id).focus();
}
This function is called proper from dialog but it's not open my calendar control.
The text was updated successfully, but these errors were encountered: