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

Commit 2ad1b4c

Browse files
docs(ngMock) add @packageName tag to fix invalid module overview pages
Closes #7284 Closes #8038
1 parent 55c6ee3 commit 2ad1b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ngMock/angular-mocks.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,7 @@ angular.mock.$RootElementProvider = function() {
17321732
/**
17331733
* @ngdoc module
17341734
* @name ngMock
1735+
* @packageName angular-mocks
17351736
* @description
17361737
*
17371738
* # ngMock
@@ -1761,6 +1762,7 @@ angular.module('ngMock', ['ng']).provider({
17611762
* @ngdoc module
17621763
* @name ngMockE2E
17631764
* @module ngMockE2E
1765+
* @packageName angular-mocks
17641766
* @description
17651767
*
17661768
* The `ngMockE2E` is an angular module which contains mocks suitable for end-to-end testing.

0 commit comments

Comments
 (0)