I am new in angular. I find angular quite interesting and planing to use angular in my big apps. So I am in the process to find out right module.
What is the difference between ngRoute (angular-route.js) and ui-router (angular-ui-router.js) modules
In many articles when ngRoute is used route is configure with $routeProvider but when used with ui-router route is configure with $stateProvider and $urlRouterProvider.
This create me a bit confusion which module I should go with for a better manageability and extensible. Please someone share some concept