Using “Controller as” syntax in Angular routes
This was written for Angular 1.6 which is no longer relevant, leaving it up for historical curiosity only.
I’m working with Angular routes and trying to nail down the best practices, which includes using the “Controller as” syntax with routes. See this article from Will Anderson for how to achieve this:
Using “Controller as” Syntax in Angular Routes @ Will Anderson