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