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 Oct 22, 2021. It is now read-only.
$scope.expr = { name: 'Mike' };
works
ng-bind=":key:expr.name" // 'Mike'
does not work
ng-bind=":key:expr" // [object Object]
Need to hook into
ng-bind
and make it aware of the:key:expr
syntax, and evaluate theexpr
if it is not a primitive.Related issue: angular#11716
The text was updated successfully, but these errors were encountered: