aboutsummaryrefslogtreecommitdiffstats
path: root/stories/angular/helpers/autocomplete-server-mock.json
diff options
context:
space:
mode:
Diffstat (limited to 'stories/angular/helpers/autocomplete-server-mock.json')
-rw-r--r--stories/angular/helpers/autocomplete-server-mock.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/stories/angular/helpers/autocomplete-server-mock.json b/stories/angular/helpers/autocomplete-server-mock.json
new file mode 100644
index 0000000..2521108
--- /dev/null
+++ b/stories/angular/helpers/autocomplete-server-mock.json
@@ -0,0 +1,8 @@
+[
+ {"id": "redId", "color": "red"},
+ {"id": "yellowId", "color": "yellow"},
+ {"id": "orangeId", "color": "orange"},
+ {"id": "greenId", "color": "green"},
+ {"id": "whiteId", "color": "white"},
+ {"id": "blackId", "color": "black"}
+]