vendor/assets/javascripts/unstable/angular-mocks.js in angularjs-rails-1.2.20 vs vendor/assets/javascripts/unstable/angular-mocks.js in angularjs-rails-1.2.21
- old
+ new
@@ -1,7 +1,7 @@
/**
- * @license AngularJS v1.3.0-beta.15
+ * @license AngularJS v1.3.0-beta.17
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
@@ -1737,10 +1737,11 @@
};
/**
* @ngdoc module
* @name ngMock
+ * @packageName angular-mocks
* @description
*
* # ngMock
*
* The `ngMock` module provides support to inject and mock Angular services into unit tests.
@@ -1766,9 +1767,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.