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

Function createChildScopeClass

lib/test/angular/1.4.3/angular.js:14985–14997  ·  view source on GitHub ↗
(parent)

Source from the content-addressed store, hash-verified

14983 };
14984
14985 function createChildScopeClass(parent) {
14986 function ChildScope() {
14987 this.$$watchers = this.$$nextSibling =
14988 this.$$childHead = this.$$childTail = null;
14989 this.$$listeners = {};
14990 this.$$listenerCount = {};
14991 this.$$watchersCount = 0;
14992 this.$id = nextUid();
14993 this.$$ChildScope = null;
14994 }
14995 ChildScope.prototype = parent;
14996 return ChildScope;
14997 }
14998
14999 this.$get = ['$injector', '$exceptionHandler', '$parse', '$browser',
15000 function($injector, $exceptionHandler, $parse, $browser) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected