Looking to conduct form testing in Angular, similar to the technique found in this solution. The only difference is that I'm utilizing the controllerAs
syntax for my controller (using controller without $scope to reference controller methods).
Any advice on how to achieve this with my setup?