MCPcopy Create free account
hub / github.com/angular-ui/ui-router / removeRunner

Function removeRunner

test/angular/1.5/angular-animate.js:2870–2872  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2868 }
2869
2870 function removeRunner(element) {
2871 element.removeData(RUNNER_STORAGE_KEY);
2872 }
2873
2874 function getRunner(element) {
2875 return element.data(RUNNER_STORAGE_KEY);

Callers 1

closeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected