All Questions
Tagged with angular.js url-routing
2 questions
7
votes
1
answer
2k
views
AngularJs Module Run Block, Configuration, and Route Definition
My AngularJs app is currently working fine. I'm working on modularity, refining my code design, and making it more readable. I have a app.js file that contains the ...
1
vote
1
answer
184
views
Properly Structured Angular Application
I've been writing a somewhat complicated service that involves a lot of API function calls in Angular. After a somewhat tortured first attempt I have tried to take more of an MVC approach rewritten ...