I installed the generator-angular with yeoman:
Inside the bower.json
I see this dependency which I also agreed to install.
but now I see I do need the angular ui router not the default angular-route.
Is this the angular core routing?
If yes why can it be installed extra?
If no what is this angular-route then? Googling it gives nothing unique...
"angular-route": "1.2.6",
That would be the bower package to install the ngRoute
module. The source is found at: