MCPcopy Index your code
hub / github.com/angular-ui/ui-router / removeExcessElements

Function removeExcessElements

test/angular/1.4/angular.js:27221–27228  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

27219
27220
27221 function removeExcessElements(current) {
27222 var next;
27223 while (current) {
27224 next = current.nextSibling;
27225 jqLiteRemove(current);
27226 current = next;
27227 }
27228 }
27229
27230
27231 function skipEmptyAndUnknownOptions(current) {

Callers 1

updateOptionsFunction · 0.85

Calls 1

jqLiteRemoveFunction · 0.70

Tested by

no test coverage detected