MCPcopy
hub / github.com/angular-ui/ui-grid / cloneAndAnnotateFn

Function cloneAndAnnotateFn

lib/test/angular/1.8.0/angular.js:11327–11329  ·  view source on GitHub ↗
(fn, annotation)

Source from the content-addressed store, hash-verified

11325
11326
11327 function cloneAndAnnotateFn(fn, annotation) {
11328 return extend(function() { return fn.apply(null, arguments); }, fn, annotation);
11329 }
11330
11331
11332 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {

Callers 1

addLinkFnsFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected