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

Function createChildScopeClass

lib/test/angular/1.7.0/angular.js:17817–17830  ·  view source on GitHub ↗
(parent)

Source from the content-addressed store, hash-verified

17815 };
17816
17817 function createChildScopeClass(parent) {
17818 function ChildScope() {
17819 this.$$watchers = this.$$nextSibling =
17820 this.$$childHead = this.$$childTail = null;
17821 this.$$listeners = {};
17822 this.$$listenerCount = {};
17823 this.$$watchersCount = 0;
17824 this.$id = nextUid();
17825 this.$$ChildScope = null;
17826 this.$$suspended = false;
17827 }
17828 ChildScope.prototype = parent;
17829 return ChildScope;
17830 }
17831
17832 this.$get = ['$exceptionHandler', '$parse', '$browser',
17833 function($exceptionHandler, $parse, $browser) {

Callers 1

$RootScopeProviderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected