angularjs - Angular properties (variables) use in the view -
i have list of schools , list of teachers. schools [ { "id": 1, "nameofinstitution": "summer elementary", "schoollevel": "01304" }, { "id": 2, "nameofinstitution": "grady middle", "schoollevel": "02400" } ] teachers [ { "id": "1", "school": "1", "name": { "lastorsurname": "harrison", "firstname": "john", "middlename": "" } }, { "id": "2", "school": "1", "name": { "lastorsurname": "nelson", "firstname": "darren", "middlename": "" } }, { "id": "3", "school": "2", "name": { "lastorsurname": "stewart...