From b21ae65ae4e1a330978e4d2ab0311304909d5a32 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Fri, 17 Jan 2020 10:28:10 +0100 Subject: [PATCH] feat(infinite-scroll): add disabled and position --- snippets/angular/html.json | 100 +++++++++---------------------------- 1 file changed, 24 insertions(+), 76 deletions(-) diff --git a/snippets/angular/html.json b/snippets/angular/html.json index d9a4e40..67818d5 100644 --- a/snippets/angular/html.json +++ b/snippets/angular/html.json @@ -1,19 +1,12 @@ { "ion-app": { "prefix": "i-app", - "body": [ - "", - "" - ], + "body": ["", ""], "description": "" }, "ion-avatar": { "prefix": "i-avatar", - "body": [ - "", - "\t", - "" - ], + "body": ["", "\t", ""], "description": "" }, "ion-back-button": { @@ -36,9 +29,7 @@ }, "ion-backdrop": { "prefix": "i-backdrop", - "body": [ - "" - ], + "body": [""], "description": "" }, "ion-backdrop-props": { @@ -110,11 +101,7 @@ }, "ion-card": { "prefix": "i-card", - "body": [ - "", - "\t$0", - "" - ], + "body": ["", "\t$0", ""], "description": "" }, "ion-card-button": { @@ -128,11 +115,7 @@ }, "ion-card-href": { "prefix": "i-card-href", - "body": [ - "", - "\t$0", - "" - ], + "body": ["", "\t$0", ""], "description": " w/ href" }, "ion-card-loop": { @@ -180,23 +163,17 @@ }, "ion-card-subtitle": { "prefix": "i-card-subtitle", - "body": [ - "${1:Awesome Subtitle}" - ], + "body": ["${1:Awesome Subtitle}"], "description": "" }, "ion-card-title": { "prefix": "i-card-title", - "body": [ - "${1:Awesome Title}" - ], + "body": ["${1:Awesome Title}"], "description": "" }, "ion-checkbox": { "prefix": "i-checkbox", - "body": [ - "" - ], + "body": [""], "description": "" }, "ion-chip": { @@ -251,10 +228,7 @@ }, "ion-content": { "prefix": "i-content", - "body": [ - "", - "" - ], + "body": ["", ""], "description": "" }, "ion-content-events": { @@ -454,16 +428,14 @@ }, "ion-img": { "prefix": "i-img", - "body": [ - "" - ], + "body": [""], "description": " lazyily load an image" }, "ion-infinite-scroll": { "prefix": "i-infinite-scroll", "body": [ - "", - "\t", + "", + "\t", "\t", "" ], @@ -688,9 +660,7 @@ }, "ion-label": { "prefix": "i-label", - "body": [ - "${1:Label}" - ], + "body": ["${1:Label}"], "description": "" }, "ion-label-floating": { @@ -719,11 +689,7 @@ }, "ion-list": { "prefix": "i-list", - "body": [ - "", - "\t$0", - "" - ], + "body": ["", "\t$0", ""], "description": "" }, "ion-list-header": { @@ -819,9 +785,7 @@ }, "ion-note": { "prefix": "i-note", - "body": [ - "${1:42}" - ], + "body": ["${1:42}"], "description": "" }, "ion-progress": { @@ -833,16 +797,12 @@ }, "ion-radio": { "prefix": "i-radio", - "body": [ - "" - ], + "body": [""], "description": "" }, "ion-radio-checked": { "prefix": "i-radio-checked", - "body": [ - "" - ], + "body": [""], "description": " checked" }, "ion-radio-group": { @@ -1002,9 +962,7 @@ }, "ion-router-outlet": { "prefix": "i-router-outlet", - "body": [ - "" - ], + "body": [""], "description": " should only be used with Angular projects" }, "ion-row": { @@ -1112,9 +1070,7 @@ }, "ion-skeleton-text": { "prefix": "i-skeleton-text", - "body": [ - "" - ], + "body": [""], "description": "" }, "ion-slide": { @@ -1246,16 +1202,12 @@ }, "ion-text-required": { "prefix": "i-text-required", - "body": [ - "*" - ], + "body": ["*"], "description": " w/ required hint" }, "ion-textarea": { "prefix": "i-textarea", - "body": [ - "" - ], + "body": [""], "description": "" }, "ion-textarea-w-placeholder": { @@ -1288,16 +1240,12 @@ }, "ion-title": { "prefix": "i-title", - "body": [ - "${1:Title}" - ], + "body": ["${1:Title}"], "description": "" }, "ion-toggle": { "prefix": "i-toggle", - "body": [ - "" - ], + "body": [""], "description": "" }, "ion-toolbar": { @@ -1347,4 +1295,4 @@ ], "description": " with header function" } -} \ No newline at end of file +}