SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

fix($parse): set null reference properties to `undefined`

When there is an expression of the form
* true && a.b.c
* true && a()
* true && a()()
* false || a.b.c
* false || a()
* false || a()()

where `a == null`

Closes #12099
L
Lucas Galfaso committed
71fc3f4fa0cd12eff335d57efed7c033554749f4
Parent: 8caf180