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 has been archived by the owner on May 29, 2019. It is now read-only.
Allows for trusted resource URLs through Strict Contextual Escaping ($sce).
If the an interpolated expression is used instead, then the benefits of SCE is
lost.
Fixesangular-ui#3558
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Apr 19, 2015
Allows for trusted resource URLs through Strict Contextual Escaping ($sce).
If the an interpolated expression is used instead, then the benefits of SCE is
lost.
Fixesangular-ui#3558
Allows for trusted resource URLs through Strict Contextual Escaping ($sce).
If the an interpolated expression is used instead, then the benefits of SCE is
lost.
Fixesangular-ui#3558
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this issue
Apr 20, 2015
Allows for trusted resource URLs through Strict Contextual Escaping ($sce).
If the an interpolated expression is used instead, then the benefits of SCE is
lost.
Fixesangular-ui#3558
Allows for trusted resource URLs through Strict Contextual Escaping ($sce).
If an interpolated expression is used instead, then the benefits of SCE is
lost.
Fixes#3558
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Must do this before 0.13.0 release, as it would be a breaking change if we do this after release.
Before:
After
The reason for this is to support $sce trusted urls. In order to pass a trusted URL, one needs to use an expression.
The text was updated successfully, but these errors were encountered: