Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 25eb9b7

Browse files
docs(ngMock) add @packageName tag to fix invalid module overview pages
Closes #7284 Closes #8038
1 parent 6941779 commit 25eb9b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ngMock/angular-mocks.js

+2
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,7 @@ angular.mock.$RootElementProvider = function() {
17151715
/**
17161716
* @ngdoc module
17171717
* @name ngMock
1718+
* @packageName angular-mocks
17181719
* @description
17191720
*
17201721
* # ngMock
@@ -1744,6 +1745,7 @@ angular.module('ngMock', ['ng']).provider({
17441745
* @ngdoc module
17451746
* @name ngMockE2E
17461747
* @module ngMockE2E
1748+
* @packageName angular-mocks
17471749
* @description
17481750
*
17491751
* The `ngMockE2E` is an angular module which contains mocks suitable for end-to-end testing.

0 commit comments

Comments
 (0)