MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / callback

Function callback

lib/test/angular/1.4.3/angular.js:23297–23299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23295 return function ngEventHandler(scope, element) {
23296 element.on(eventName, function(event) {
23297 var callback = function() {
23298 fn(scope, {$event:event});
23299 };
23300 if (forceAsyncEvents[eventName] && $rootScope.$$phase) {
23301 scope.$evalAsync(callback);
23302 } else {

Callers 10

BrowserFunction · 0.70
completeRequestFunction · 0.70
qFactoryFunction · 0.70
handleCallbackFunction · 0.70
handleResponseFunction · 0.70
handleTimeoutFunction · 0.70
packageAnimationsFunction · 0.70
triggerCallbackFunction · 0.70
nextFunction · 0.70
onProgressFunction · 0.70

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected