I am working on a project with more 300+ pages based on AngularJS.
Everything is all right, but I'd like to find a way to get rid of those 300+ lines for routing.
Here my thoughts :
- User goes on url
/settings/company
- AngularJS has to load templateUrl at '/template/'+
settings/company
+'.html' - Then AnguarJS loads controller
SettingsCompany
+'Ctrl'
Do you think if it is possible ?