I use partial AngularJS templates to create a toolbar. There is a listing, and when you click on an element, it switches to a partial element-part.
In the detail part of the part, I would like to show some graphs through RGraph. However, for the life of me, I cannot figure out how to do this.
I cannot call javascript from partial html. So I think I need to do this in the controller or create a directive?
I am new to AngularJS, so my understanding is still very rudimentary and probably erroneous.
source share