Skip to content

Commit 9fa0e55

Browse files
committed
Enable typeahead back
1 parent 44c0ed6 commit 9fa0e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

partials/main.tpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
autofocus="true"
99
type="search"
1010
class="form-control"
11-
ng-model="searchText">
12-
<!--typeahead="tag for tag in getTypeheadSuggestions($viewValue)"-->
11+
ng-model="searchText"
12+
typeahead="tag for tag in getTypeheadSuggestions($viewValue)">
1313
</div>
1414
</form>
1515
</nav>

0 commit comments

Comments
 (0)