Below I\'m showing a specific part of a long JSON structure
var user = { map: { width: 785, height: 791 }, image: { name:
As long as you update your JSON structure (actually your JavaScript object) from within an AngularJS handler function, any changes to the data are reflected to the rendered view immediately after handler functions have completed.