Any ideas how when the user selects the jquery select function, the code can execute the selectResults() (angular function) and pass in the user selected value?
minLength: 2,
delay: 500,
select: function (event, ui) {
$('#fwSearch').val(ui.item.selectedValue);
debugger;
//navigate to the FirewallDetail page.
selectResults($('#selectedUnit').val(ui.item.selectedValue));
}
directives, yet I suggest you to follow the tutorial before everything docs.angularjs.org/tutorial