MCPcopy
hub / github.com/angular-ui/ui-router / removeRunner

Function removeRunner

test/angular/1.4/angular-animate.js:2843–2845  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2841 }
2842
2843 function removeRunner(element) {
2844 element.removeData(RUNNER_STORAGE_KEY);
2845 }
2846
2847 function getRunner(element) {
2848 return element.data(RUNNER_STORAGE_KEY);

Callers 1

closeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected