dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

Trim down modules #42

Open jeme opened 11 years ago

jeme commented 11 years ago

Angular routing is growing in size, and there begin to be some obvious areas where the structure etc. can be changed to save bytes.

e.g. cleanup of services not needed, or injected in multiple levels unneeded etc. strings that can be made constants.