When I type Monday and click Search I want to get all of Monday's JSON data and not just the first row. I've tried modifying the forEach function and also using two ng-repeats in html. So I guess it's the JSON Data structure? Fiddle.
"Monday": [{
"Name": "John",
"Address": "Street",
"Phone": "111",
"Status": "Sleep"
},
{
"Name": "Sam",
"Address": "Street2",
"Phone": "2",
"Status": "Awake"
}
],
"Tuesday": [{..............................