I've got this code working nicely (see the code snipet as follows).
<tr ng-repeat="diag in accidentsDiagnostics | filter:accidentsSearch(accidentSearchSelectedStage, accidentSearchSelectedOrgan, accidentSearchSelectedSymptom)">
<td>{{diag[3]}}</td>
Is it possible to set a new model variable in the scope with the results (array), any time a new request is performed as the result of the user selection?