Unit Testing Controllers In Angularjs With Karma
This is our second article on unit testing in AngularJS . Previously we had written an article on how to setup our machine and get started with unit testing, we also wrote a test for a custom filter. In this article, we will see how we can unit test controllers in AngularJS with Karma and Jasmine . We will try to make this as simple as possible as we did in our previous tutorial....