MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / callback

Function callback

web/static/bower_components/angular/angular.js:23548–23550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23546 return function ngEventHandler(scope, element) {
23547 element.on(eventName, function(event) {
23548 var callback = function() {
23549 fn(scope, {$event:event});
23550 };
23551 if (forceAsyncEvents[eventName] && $rootScope.$$phase) {
23552 scope.$evalAsync(callback);
23553 } else {

Callers 7

BrowserFunction · 0.70
completeRequestFunction · 0.70
qFactoryFunction · 0.70
handleCallbackFunction · 0.70
core.jsFile · 0.50
script.jsFile · 0.50
xhr.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected