fix($parse): Follow JavaScript context for unbound functions
Use `undefined` as the context when a function is ounbound. E.g. when executing `foo()()`, then `foo()` is executed using the scope as the context, the function returned by `foo()` will have an `undefined` context
L
Lucas Galfaso committed
429938da1f45b8a649b8c77762fb0ae59b6d0cea
Parent: a75537d