Save gridster layout using angularjs
问题 I am creating dashboard application with Gridster: https://github.com/ManifestWebDesign/angular-gridster I would like to save my layout to database using JSON. What I do know, is that I store charts array to database and fetch it. Is it possible to store widget col,row and size to specific widget so I could then give the size-x and size-y with angular style {{chart.xsize}}. When creating widget I could then assign default size values and save only after user has resized or dragged widget. Or