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
fix($parse): default expressions of the form a.b to undefined
When there is an expression of the form `a.b` and there is a recursion that
specifies where the value should be placed, then when `a == null` then set
the value of the returned identifier to `undefined`
Closesangular#11959
0 commit comments