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 Apr 12, 2024. It is now read-only.
Do you think something should be done in the template? Maybe expose some method on $interpolate that allows users too define what should be interpolated on an exception, with the default being the un-interpolated string?
I think that we should just make it an empty string. The reason for that is that if the error is transitive, then on the next digest the interpolation will properly work. check out this demo: http://jsfiddle.net/CHVbb/752/ (try to replace == 'xxx' with != 'xxx')
See: http://jsfiddle.net/IgorMinar/CHVbb/285/
The text was updated successfully, but these errors were encountered: