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

Function triggerCallback

lib/test/angular/1.4.3/angular-animate.js:2008–2014  ·  view source on GitHub ↗
(event, element, phase, data)

Source from the content-addressed store, hash-verified

2006 }
2007
2008 function triggerCallback(event, element, phase, data) {
2009 $$rAF(function() {
2010 forEach(findCallbacks(element, event), function(callback) {
2011 callback(element, phase, data);
2012 });
2013 });
2014 }
2015
2016 return {
2017 on: function(event, container, callback) {

Callers 1

notifyProgressFunction · 0.85

Calls 3

forEachFunction · 0.70
findCallbacksFunction · 0.70
callbackFunction · 0.70

Tested by

no test coverage detected