We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9d4a9 commit 11fd601Copy full SHA for 11fd601
docs/src/ngdoc.js
@@ -54,7 +54,7 @@ Doc.prototype = {
54
function extractWords(text) {
55
var tokens = text.toLowerCase().split(/[,\.\`\'\"\#\s]+/mg);
56
tokens.forEach(function(key){
57
- var match = key.match(/^(([\$\_a-z]|ng\:)[\w\_\-]{2,})/);
+ var match = key.match(/^(([\$\_a-z]|ng\:)[\w\_\-]+)/);
58
if (match){
59
key = match[1];
60
if (!keywords[key]) {
0 commit comments