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

Function addOptionElement

test/angular/1.5/angular.js:29742–29746  ·  view source on GitHub ↗
(option, parent)

Source from the content-addressed store, hash-verified

29740 // ------------------------------------------------------------------ //
29741
29742 function addOptionElement(option, parent) {
29743 var optionElement = optionTemplate.cloneNode(false);
29744 parent.appendChild(optionElement);
29745 updateOptionElement(option, optionElement);
29746 }
29747
29748
29749 function updateOptionElement(option, element) {

Callers 1

updateOptionsFunction · 0.70

Calls 1

updateOptionElementFunction · 0.70

Tested by

no test coverage detected