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

Function cloneAndAnnotateFn

lib/test/angular/1.4.3/angular.js:8643–8645  ·  view source on GitHub ↗
(fn, annotation)

Source from the content-addressed store, hash-verified

8641
8642
8643 function cloneAndAnnotateFn(fn, annotation) {
8644 return extend(function() { return fn.apply(null, arguments); }, fn, annotation);
8645 }
8646
8647
8648 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {

Callers 1

addLinkFnsFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected