Having trouble in testing angular controller. Im using angular with require js and using karma for testing. Is there any example and github sample.
1 Answer
Here is a project I created with unit test for RequireJS and AngularJS:
https://github.com/marcoslin/angularAMD
To run the test, do the following:
npm install
grunt test
1 Comment
Atul Chaudhary
Thanks @marcoseu. I am also a great fan of reuquirejs with angularjs like you.