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

Function removeExcessElements

lib/test/angular/1.5.0/angular.js:27673–27680  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

27671
27672
27673 function removeExcessElements(current) {
27674 var next;
27675 while (current) {
27676 next = current.nextSibling;
27677 jqLiteRemove(current);
27678 current = next;
27679 }
27680 }
27681
27682
27683 function skipEmptyAndUnknownOptions(current) {

Callers 1

updateOptionsFunction · 0.70

Calls 1

jqLiteRemoveFunction · 0.70

Tested by

no test coverage detected