When I was evaluating Angular, the near deal breaker for me was that the router could only swap a single view area - which is useless for anything more than a trivial "Hello World" example. To build a real app, I would have to divide it into multiple small Angular apps. Is this still the case with core Angular?
I realize there's the third party AngularUI UI Router project. I'm assuming everyone who uses Angular for any real project uses that.
Glad you mentioned this. Not every SPA has a UX that lends itself to nested controllers. The routers and $scope handcuff you. And sibling views in ui-router don't solve the issue either.
I realize there's the third party AngularUI UI Router project. I'm assuming everyone who uses Angular for any real project uses that.