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
{{ message }}
This repository was archived by the owner on May 26, 2023. It is now read-only.
test(templateFactory): Verifiy the security checks and compatibility on 1.3+
templateFactory uses templateRequest, which calls the $sce to run
the usual security checks on template URLs. This change verifies
that the policy is indeed enforced, and that the user can provide
$sce-trusted types through templateFactory (i.e., no assumptions
are made that URLs are plain strings).
0 commit comments