We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c0ed6 commit 9fa0e55Copy full SHA for 9fa0e55
partials/main.tpl.html
@@ -8,8 +8,8 @@
8
autofocus="true"
9
type="search"
10
class="form-control"
11
- ng-model="searchText">
12
- <!--typeahead="tag for tag in getTypeheadSuggestions($viewValue)"-->
+ ng-model="searchText"
+ typeahead="tag for tag in getTypeheadSuggestions($viewValue)">
13
</div>
14
</form>
15
</nav>
0 commit comments