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 Apr 12, 2024. It is now read-only.
Good catch!
This would get fixed with the bind-once rewrite in #7700.
If it doesn't get merged before the next release, I'll fix your issue in the current implementation.
lgalfaso
added a commit
to lgalfaso/angular.js
that referenced
this issue
Jun 11, 2014
Error occurs when the variable bind using {{::variable}} (or using ngBind etc}} is null.
See the minimal example at: plunkr
Error (1.3.0-beta.11): TypeError: Cannot read property '$$unwrapTrustedValue' of null
Faulty line of code: ng/parse.js#L1074
Besides angular throwing this error everything works fine.
The text was updated successfully, but these errors were encountered: