MCPcopy
hub / github.com/bahmutov/code-snippets / digestCycle

Function digestCycle

ng-profile-data-change.js:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 console.assert(property, 'missing ' + name);
17
18 function digestCycle() {
19 angular.element(document).injector().get('$rootScope').$apply();
20 }
21
22 property.foo = 'foo';
23

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected