MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / callback

Function callback

code/songhop/www/lib/angular/angular.js:22902–22904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22900 return function ngEventHandler(scope, element) {
22901 element.on(eventName, function(event) {
22902 var callback = function() {
22903 fn(scope, {$event:event});
22904 };
22905 if (forceAsyncEvents[eventName] && $rootScope.$$phase) {
22906 scope.$evalAsync(callback);
22907 } else {

Callers 13

BrowserFunction · 0.70
completeRequestFunction · 0.70
qFactoryFunction · 0.70
handleCallbackFunction · 0.70
filterFunction · 0.50
mapFunction · 0.50
arrayEqualsHandlerFunction · 0.50
filterFunction · 0.50
mapFunction · 0.50
arrayEqualsHandlerFunction · 0.50
eachFunction · 0.50
forOwnFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected