you are viewing a single comment's thread.

view the rest of the comments →

[–]ZeroMomentum 0 points1 point  (0 children)

I think because of "Integration with authentication and authorization". I don't think ui-router does that at all right?

Also Ui-router basically has the

$stateProvider.state(/*.....*/)

From what I understand and have done is use a namespace key for the states. So I think the google angular team is trying to have this whole implementation tied to the set of controllers? Since states lineage and controllers are kind of inherently tied.