Hello everyone, this is my first post in this group and sorry if for some 
reason I've made some mistake.

I've been searching inside this group and all over the internet for a 
answer to my question, but can't find any, I don't know if i'm doing the 
right question or if this is not a real problem.
I'm about to start the development of a big app in Angular, actualy my 
first app in AngularJS+NodeJS. I'm following the angular-seed-app example 
to do. Until now i've managed to make my controllers, partials, services 
and so on, but i'm kind of stuck in routes, that's because I think that 
keeping all the routes of my project inside my app.js file it's just wrong.

What I want to do is try to put the routes inside the controllers or use 
another method to keep the routes for each controller/partial organized 
inside folders and files... For example:

app/
  users/
    usersController.js -> routes goes here...
    usersServices.js
    usersRoutes.js -> ...or here
    directives/
    partials/
      list.html
      details.html
      

Cheers.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to