@@ -25,7 +25,7 @@ A simple implementation that renders a list of suggestions:
2525 <ngc-omnibox-field ></ngc-omnibox-field >
2626
2727 <ngc-omnibox-suggestions >
28- <ngc-omnibox-suggestion -item >{{suggestion.title}}</ngc-omnibox-suggestion -item >
28+ <ngc-omnibox-suggestions -item >{{suggestion.title}}</ngc-omnibox-suggestions -item >
2929
3030 <ngc-omnibox-suggestion-loading >Loading...</ngc-omnibox-suggestion-loading >
3131 <ngc-omnibox-suggestion-empty >No results...</ngc-omnibox-suggestion-empty >
@@ -56,9 +56,9 @@ category:
5656 Category: {{suggestion.title}}
5757 </ngc-omnibox-suggestion-header >
5858
59- <ngc-omnibox-sugestion -item >
59+ <ngc-omnibox-suggestions -item >
6060 {{suggestion.title}} - {{suggestion.subtitle}}
61- <ngc-omnibox-suggestion -item >
61+ <ngc-omnibox-suggestions -item >
6262 </ngc-omnibox-category >
6363
6464 <ngc-omnibox-suggestion-loading >Loading...</ngc-omnibox-suggestion-loading >
@@ -328,8 +328,8 @@ _Note that since we're parsing a String as HTML, the filter will throw a warning
328328 <ngc-omnibox-field ></ngc-omnibox-field >
329329
330330 <ngc-omnibox-suggestions >
331- <ngc-omnibox-suggestion -item ng-bind-html =" suggestion.title | ngcOmniboxHighlightMatch:omnibox.query" >
332- </ngc-omnibox-suggestion -item >
331+ <ngc-omnibox-suggestions -item ng-bind-html =" suggestion.title | ngcOmniboxHighlightMatch:omnibox.query" >
332+ </ngc-omnibox-suggestions -item >
333333 </ngc-omnibox-suggestions >
334334</ngc-omnibox >
335335```
@@ -346,8 +346,8 @@ be [found on MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refere
346346 <ngc-omnibox-field ></ngc-omnibox-field >
347347
348348 <ngc-omnibox-suggestions >
349- <ngc-omnibox-suggestion -item ng-bind-html =" suggestion.title | ngcOmniboxHighlightMatch:omnibox.query:'<em class=\'my-highlighted-text\'>$&</em>'" >
350- </ngc-omnibox-suggestion -item >
349+ <ngc-omnibox-suggestions -item ng-bind-html =" suggestion.title | ngcOmniboxHighlightMatch:omnibox.query:'<em class=\'my-highlighted-text\'>$&</em>'" >
350+ </ngc-omnibox-suggestions -item >
351351 </ngc-omnibox-suggestions >
352352</ngc-omnibox >
353353```
0 commit comments