MCPcopy Index your code
hub / github.com/angular-ui/ui-router / cloneAndAnnotateFn

Function cloneAndAnnotateFn

test/angular/1.5/angular.js:10145–10147  ·  view source on GitHub ↗
(fn, annotation)

Source from the content-addressed store, hash-verified

10143
10144
10145 function cloneAndAnnotateFn(fn, annotation) {
10146 return extend(function() { return fn.apply(null, arguments); }, fn, annotation);
10147 }
10148
10149
10150 function invokeLinkFn(linkFn, scope, $element, attrs, controllers, transcludeFn) {

Callers 1

addLinkFnsFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected