have found a workaround that appears to work.
in the close , i clear the src before i call $modalInstance.close(result);
and it appears to work now in IE
* $scope.close = function(result){*
* $('#myiframepfg').attr("src",'');*
* $modalInstance.close(result);*
* };*
On Tuesday, January 28, 2014 8:15:28 AM UTC-6, Randy Paries wrote:
>
> The example of the problem is here -->
> http://jsfiddle.net/paries/HB7LU/1858/.
>
> The problem is when you close the modal dialog. It works find with FF and
> Chrome, but breaks with IE 9
>
> Everything works fine until you add the iframe code to the modal body
> <div class="modal-body">
> <iframe src="http://www.pdf995.com/samples/pdf.pdf"></iframe>
> </div>
>
> even in the jsfiddle window, when i close the modal in IE, the entire
> jsfiddle window goes away
>
> Thanks for any help
>
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.