Replace $scope with “‘controller’ as” syntax
I’m following this AngularJS+ASP.NET tutorial and they make use of $scope, but I’m trying to replace that dated usage with the new syntax controller as described in this question: “AngularJs “controller as” syntax – clarification?”