You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
To make the code reusable, it would be great to structure this within the angular.js framework:
Reusable:
hemiservice for fetching the ROI manifest file / VTK files.hemidirective to plot the hemisphere data and connect behaviors.Specific to demo:
plotservice for each type of plotting desired, to fetch plot dataplotdirective for each type of plotting desired, to display plot dataplotrouter, to dynamically choose which plot to be shown (via URL)hemiservice to HTML doc,plotservice toplotrouterI just did the Angular.JS CodeAcademy tutorial, I think I'm up for doing this... I hope :)