http://plnkr.co/edit/KPMUOp16FAArgx1GsnEx?p=preview
Looking at the code, the first array of variables corresponds to a list of radio boxes. When you click on any of them, it creates a second radio box list. The radio boxes on the second list are created by filtering out a second array based on the first selection. Debug shows first selection. What I'm trying to do is display a variable that corresponds to a radio box that you select from the filtered list.
So you click "Apple", a radio box list of of "Red" and "Yellow" appears. If I was to click on Red, Debug2 should show red - variable from $scope.employees array.
Ideas?
Debugseems to be doing the same thing as your requirement - why are you looking forDebug2?"Apple"a set of check boxes appear. If I click on them, I want their variables to be passed toDebug2.