marcorinck / ngStart

skeleton project for new angular.js projects
MIT License
195 stars 29 forks source link

Move route definitions from app.js to their respective modules #9

Closed marcorinck closed 11 years ago

marcorinck commented 11 years ago

Currently all route definitions are defined in app.js. To have a more reusable way of organizing our code, route definitions should be made in the modules (about, contact)