Joined May 2013
·

Daniel Kwiecinski λ

London
·
·

it should be:
return _emit.apply(this, arguments);
instead of:
_emit.apply(this, arguments);
otherwise $broadcast API like $rootScope.$broadcast("foo", "bar").defaultPrevented will throw NPE

Achievements
1 Karma
0 Total ProTip Views