vendor/assets/javascripts/angular-mocks.js in angular-gem-1.2.20 vs vendor/assets/javascripts/angular-mocks.js in angular-gem-1.2.21
- old
+ new
@@ -1,7 +1,7 @@
/**
- * @license AngularJS v1.2.20
+ * @license AngularJS v1.2.21
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
@@ -1720,10 +1720,11 @@
};
/**
* @ngdoc module
* @name ngMock
+ * @packageName angular-mocks
* @description
*
* # ngMock
*
* The `ngMock` module provides support to inject and mock Angular services into unit tests.
@@ -1749,9 +1750,10 @@
/**
* @ngdoc module
* @name ngMockE2E
* @module ngMockE2E
+ * @packageName angular-mocks
* @description
*
* The `ngMockE2E` is an angular module which contains mocks suitable for end-to-end testing.
* Currently there is only one mock present in this module -
* the {@link ngMockE2E.$httpBackend e2e $httpBackend} mock.