mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
parent
4f5dfbc362
commit
af2cda3687
1 changed files with 4 additions and 0 deletions
|
|
@ -112,6 +112,10 @@ Doc.prototype = {
|
|||
this.methods.forEach(function(method) {
|
||||
extractWords(method.text || method.description || '');
|
||||
});
|
||||
if (this.ngdoc === 'error') {
|
||||
words.push(this.getMinerrNamespace());
|
||||
words.push(this.getMinerrCode());
|
||||
}
|
||||
words.sort();
|
||||
return words.join(' ');
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue