Skip to content

Commit f24ac9f

Browse files
author
pipeline
committed
sample(EJ2-4777): Angular icon sample corrected for dropdown components.
1 parent 62cea95 commit f24ac9f

9 files changed

+72
-75
lines changed

src/autocomplete/groupingicon-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/autocomplete/groupingicon.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class GroupAndIconAutoCompleteComponent {
2828
{ class: 'facebook', socialMedia: 'Facebook', id: 'media1' },
2929
{ class: 'google-plus', socialMedia: 'Google Plus', id: 'media2' },
3030
{ class: 'instagram', socialMedia: 'Instagram', id: 'media3' },
31-
{ class: 'reddit', socialMedia: 'Reddit', id: 'media4' },
31+
{ class: 'linkedin', socialMedia: 'LinkedIn', id: 'media4' },
3232
{ class: 'skype', socialMedia: 'Skype', id: 'media5' },
3333
{ class: 'tumblr', socialMedia: 'Tumblr', id: 'media6' },
3434
{ class: 'twitter', socialMedia: 'Twitter', id: 'media7' },

src/autocomplete/groupingicon.css

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/combobox/groupingicon-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/combobox/groupingicon.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class GroupAndIconComboBoxComponent {
2929
{ class: 'facebook', socialMedia: 'Facebook', id: 'media1' },
3030
{ class: 'google-plus', socialMedia: 'Google Plus', id: 'media2' },
3131
{ class: 'instagram', socialMedia: 'Instagram', id: 'media3' },
32-
{ class: 'reddit', socialMedia: 'Reddit', id: 'media4' },
32+
{ class: 'linkedin', socialMedia: 'LinkedIn', id: 'media4' },
3333
{ class: 'skype', socialMedia: 'Skype', id: 'media5' },
3434
{ class: 'tumblr', socialMedia: 'Tumblr', id: 'media6' },
3535
{ class: 'twitter', socialMedia: 'Twitter', id: 'media7' },

src/combobox/groupingicon.css

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dropdownlist/groupingicon-plnkr.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/dropdownlist/groupingicon.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class GroupAndIconDropDownListComponent {
3535
{ class: 'vimeo', socialMedia: 'Vimeo', id: 'media7' },
3636
{ class: 'instagram', socialMedia: 'Instagram', id: 'media8' },
3737
{ class: 'youtube', socialMedia: 'YouTube', id: 'media9' },
38-
{ class: 'reddit', socialMedia: 'Reddit', id: 'media10' }
38+
{ class: 'linkedin', socialMedia: 'LinkedIn', id: 'media10' }
3939
];
4040
public iconFields: Object = { text: 'socialMedia', iconCss: 'class', value: 'id' };
4141
public iconWaterMark: string = 'Select a social media';

src/dropdownlist/groupingicon.css

Lines changed: 22 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)