MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / inherit

Function inherit

code/songhop/www/lib/angular/angular.js:428–430  ·  view source on GitHub ↗
(parent, extra)

Source from the content-addressed store, hash-verified

426
427
428function inherit(parent, extra) {
429 return extend(Object.create(parent), extra);
430}
431
432/**
433 * @ngdoc function

Callers 2

markDirectivesAsIsolateFunction · 0.70
addDirectiveFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected