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

Function cloneAndAnnotateFn

lib/test/angular/1.6.7/angular.js:10604–10606  ·  view source on GitHub ↗
(fn, annotation)

Source from the content-addressed store, hash-verified

10602
10603
10604 function cloneAndAnnotateFn(fn, annotation) {
10605 return extend(function() { return fn.apply(null, arguments); }, fn, annotation);
10606 }
10607
10608
10609 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {

Callers 1

addLinkFnsFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected