angular.js/src/ngMock
Derek Hammer 6d23591c31 fix(angular-mocks): add inline dependency annotation
Annotation allows the angular-mocks to be minified, which sometimes happens with frameworks that
automatically process files before running tests.
Also, some developers have been using this library in code for their applications.
This is not recommended as the library is only designed to support testing and not production
applications.  If you are likely to want to use the code here in production you would be best
forking and maintaining your own version of the code as we will not guarantee that we won't
break the annotation of the code in the future.

Closes #4448
2013-10-28 19:45:00 +00:00
..
.jshintrc chore(grunt): add jshint tasks 2013-10-22 15:32:40 -07:00
angular-mocks.js fix(angular-mocks): add inline dependency annotation 2013-10-28 19:45:00 +00:00