Anyone using Angular with Matrix?


(Mahearnpad) #1

Any web devs out there using Angular with Matrix?  I'm just wondering how you go about this. How do you load dependencies and refer to controllers, views etc? How do you handle SPA type routing?


(Nick Papadatos) #2

Yes, I'm using Angular to build a popup. I didn't encounter any issues - what is it exactly you're trying to build?


(Mahearnpad) #3

Nothing in particular yet, but was just wondering how one would go about setting up the MVC application structure, with controllers, routers, partials/views etc.

BTW why use Angular just for a popup? Seems like a bit of overkill?


(Nick Papadatos) #4

Pop up will only be used in an emergency case scenario, the critical team need to, through metadata a/activate the pop up b/add a title and content then publish/commit. Needs to be a simple procedure for them to be able to “hit the red button” without knowing how to code hence using Angular. So in this case not an overkill