Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ng-profile-data-change.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected