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

Function createChildScopeClass

test/angular/1.4/angular.js:15508–15520  ·  view source on GitHub ↗
(parent)

Source from the content-addressed store, hash-verified

15506 };
15507
15508 function createChildScopeClass(parent) {
15509 function ChildScope() {
15510 this.$$watchers = this.$$nextSibling =
15511 this.$$childHead = this.$$childTail = null;
15512 this.$$listeners = {};
15513 this.$$listenerCount = {};
15514 this.$$watchersCount = 0;
15515 this.$id = nextUid();
15516 this.$$ChildScope = null;
15517 }
15518 ChildScope.prototype = parent;
15519 return ChildScope;
15520 }
15521
15522 this.$get = ['$injector', '$exceptionHandler', '$parse', '$browser',
15523 function($injector, $exceptionHandler, $parse, $browser) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected