mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Stub for native-autocomplete directive with history.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
input(
|
||||
type='text',
|
||||
native-autocomplete,
|
||||
ng-model='text',
|
||||
typeahead='["text1", "text2"]',
|
||||
history='20'
|
||||
)
|
||||
Reference in New Issue
Block a user