We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2cdeb commit 95102a5Copy full SHA for 95102a5
1 file changed
docs/src/ngdoc.js
@@ -1108,7 +1108,7 @@ function scenarios(docs){
1108
function metadata(docs){
1109
var pages = [];
1110
docs.forEach(function(doc){
1111
- var path = (doc.name || '').split(/(\.|\:\s*)/);
+ var path = (doc.name || '').split(/(\:\s*)/);
1112
for ( var i = 1; i < path.length; i++) {
1113
path.splice(i, 1);
1114
}
0 commit comments