mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 22:35:14 +08:00
@@ -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(' ');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user