MCPcopy Create free account
hub / github.com/socketstream/socketstream / docsRootDigest

Function docsRootDigest

docs/js/angular-bootstrap-prettify.js:227–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 // Since we are teleporting the $animate service, which relies on the $$postDigestQueue
226 // we need the embedded scope to use the same $$postDigestQueue as the outer scope
227 function docsRootDigest() {
228 var postDigestQueue = docsRootScope.$$postDigestQueue;
229 while (postDigestQueue.length) {
230 try {
231 postDigestQueue.shift()();
232 } catch (e) {
233 $exceptionHandler(e);
234 }
235 }
236 }
237 embedRootScope.$watch(function () {
238 embedRootScope.$$postDigest(docsRootDigest);
239 })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected