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

Function inherit

test/angular/1.5/angular.js:492–494  ·  view source on GitHub ↗
(parent, extra)

Source from the content-addressed store, hash-verified

490
491
492function inherit(parent, extra) {
493 return extend(Object.create(parent), extra);
494}
495
496/**
497 * @ngdoc function

Callers 3

markDirectiveScopeFunction · 0.70
addDirectiveFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected