Search code examples
angularjsgridster

Angular gridster add custom content


I have just started using angular-gridster library and I am wondering how I can embed an html page in a widget. I mean, how can I 'point' towards an html resource which loads its data separately etc. etc. For example, I would like to embed a chart of some sort in a widget with the purpose of creating a dashboard.

Thanks!


Solution

  • I have actually solved it using this answer: Widgets with different dynamic content (angular-gridster)

    Slightly more complicated than just using an iframe, yes, but then again you have a better modularity - each widget will have its own directive and all that. Thank you emackey!