data binding - what is best practice for handling joint objects passed from web service to angularjs -
in cases pass mixed set of data webservice(in nodejs) angularjs client. i'll set example: in school database retrieve data teachers teach lessons , best student each teacher. want present table in angularjs holding records each teacher , student. mixed object view. question is, if have json object retrieved each teacher , json object each student in database: in angularjs view, should build specific javascript object can manipulate , hold structure of teacher-student? , bind view type of object? or there other best practice? thanks
Comments
Post a Comment