Skip to content

Commit 7a42119

Browse files
authored
episodes
1 parent c65bb5d commit 7a42119

File tree

1 file changed

+66
-5
lines changed

1 file changed

+66
-5
lines changed

script.js

Lines changed: 66 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,62 @@
4747

4848
vm.episodes = [
4949
{
50-
number: 188,
51-
title: 'ngAir 188 - The challenges and realities of building the first ngAtlanta conference app, website a custom CMS and the challenges of keeping our world in sync with Zackary Chapple',
52-
displayDate: 'Friday, Dec 21st, 2018',
53-
date: '2018-12-21',
50+
number: 189,
51+
title: 'ngAir 189 - Angular CDK Drag and Drop with Alyssa Nicoll',
52+
displayDate: 'Wednesday, Jan 16th, 2019',
53+
date: '2019-01-16',
5454
time: '11:00 AM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/LyKkBIna-Ac',
55+
hangoutUrl: 'https://youtu.be/_ZtlN2lDxrY',
56+
guests: [[]],
57+
hasNotes: false,
58+
notesAreVisible: false
59+
},{
60+
number: 191,
61+
title: 'ngAir 191 - Dry Forms with Sander Elias',
62+
displayDate: 'Wednesday, Jan 30th, 2019',
63+
date: '2019-01-30',
64+
time: '11:00 AM (Pacific Time)',
65+
hangoutUrl: 'https://youtu.be/NHMUVDCSCxc',
66+
guests: [[]],
67+
hasNotes: false,
68+
notesAreVisible: false
69+
},{
70+
number: 192,
71+
title: 'ngAir 192 - Scalable Angular Architectures with Juan Herrera',
72+
displayDate: 'Wednesday, Feb 6th, 2019',
73+
date: '2019-02-06',
74+
time: '11:00 AM (Pacific Time)',
75+
hangoutUrl: 'https://youtu.be/vibkXCQLkXc',
76+
guests: [[]],
77+
hasNotes: false,
78+
notesAreVisible: false
79+
},{
80+
number: 193,
81+
title: 'ngAir 193 - Manageable and Extendable Objects / Inter-component Communication with Bjorn Schijff',
82+
displayDate: 'Wednesday, Feb 13th, 2019',
83+
date: '2019-02-13',
84+
time: '11:00 AM (Pacific Time)',
85+
hangoutUrl: 'https://youtu.be/1lhx6L0Y-GQ',
86+
guests: [[]],
87+
hasNotes: false,
88+
notesAreVisible: false
89+
},{
90+
number: 194,
91+
title: 'ngAir 194 - Ionic V4 with Mike Hartington',
92+
displayDate: 'Wednesday, Feb 20th, 2019',
93+
date: '2019-02-20',
94+
time: '11:00 AM (Pacific Time)',
95+
hangoutUrl: 'https://youtu.be/fmBzH5lHX_s',
96+
guests: [[]],
97+
hasNotes: false,
98+
notesAreVisible: false
99+
},{
100+
number: 195,
101+
title: 'ngAir 195 - xLayers with Wassim Chegham',
102+
displayDate: 'Wednesday, Feb 27th, 2019',
103+
date: '2019-02-27',
104+
time: '11:00 AM (Pacific Time)',
105+
hangoutUrl: 'https://youtu.be/sBJuTMBkcfA',
56106
guests: [[]],
57107
hasNotes: false,
58108
notesAreVisible: false
@@ -2326,6 +2376,17 @@
23262376
hasNotes: false,
23272377
notesAreVisible: false
23282378
},
2379+
{
2380+
number: 188,
2381+
title: 'ngAir 188 - The challenges and realities of building the first ngAtlanta conference app, website a custom CMS and the challenges of keeping our world in sync with Zackary Chapple',
2382+
displayDate: 'Friday, Dec 21st, 2018',
2383+
date: '2018-12-21',
2384+
time: '11:00 AM (Pacific Time)',
2385+
hangoutUrl: 'https://youtu.be/LyKkBIna-Ac',
2386+
guests: [[]],
2387+
hasNotes: false,
2388+
notesAreVisible: false
2389+
},
23292390
];
23302391

23312392
angular.forEach(vm.panelists, function(panelistGroup) {

0 commit comments

Comments
 (0)