Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
feat(): add module name to none overview module page
Browse files Browse the repository at this point in the history
  • Loading branch information
m7r committed Jun 2, 2013
1 parent c804b1d commit 5b58367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ function title(text, overview) {
type = 'API';
} else if (match = text.match(MODULE)) {
module = match[1];
if (!overview) { name = match[1]; }
} else if (match = text.match(MODULE_MOCK)) {
module = 'ng';
name = 'angular.mock.' + match[1];
Expand Down

0 comments on commit 5b58367

Please sign in to comment.