MCPcopy Create free account
hub / github.com/apache/cloudstack / destroyLastScope

Function destroyLastScope

tools/ngui/static/js/lib/angular.js:14171–14176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14169
14170
14171 function destroyLastScope() {
14172 if (lastScope) {
14173 lastScope.$destroy();
14174 lastScope = null;
14175 }
14176 }
14177
14178 function clearContent() {
14179 element.html('');

Callers 2

clearContentFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected