Skip to content

Commit 0e1df63

Browse files
authored
episodes
1 parent 2cc42be commit 0e1df63

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

script.js

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

4848
vm.episodes = [
4949
{
50-
number: 178,
51-
title: 'ngAir 178 - Angular on Google Cloud With Jeff Whelpley',
52-
displayDate: 'Monday, Sept 24th, 2018',
53-
date: '2018-09-24',
50+
number: 179,
51+
title: 'ngAir 179 - AngularConnect Preview with Pete Bacon Darwin',
52+
displayDate: 'Wed, Oct 3rd, 2018',
53+
date: '2018-10-03',
5454
time: '11:00 AM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/mrNPQOVRtao',
55+
hangoutUrl: 'https://youtu.be/IzmlHOHFnJU',
56+
guests: [[]],
57+
hasNotes: false,
58+
notesAreVisible: false
59+
},
60+
{
61+
number: 180,
62+
title: 'ngAir 180 - Angular in the .NET World with Jeremy Likness',
63+
displayDate: 'Tuesday, Oct 9th, 2018',
64+
date: '2018-10-09',
65+
time: '11:00 AM (Pacific Time)',
66+
hangoutUrl: 'https://youtu.be/ipEC6aDGJeM',
67+
guests: [[]],
68+
hasNotes: false,
69+
notesAreVisible: false
70+
},
71+
{
72+
number: 182,
73+
title: 'ngAir 182 - Policy-Based Client-Side Encryption in Angular with Robert Pinna',
74+
displayDate: 'Tuesday, Oct 23rd, 2018',
75+
date: '2018-10-23',
76+
time: '11:00 AM (Pacific Time)',
77+
hangoutUrl: 'https://youtu.be/jiR2AcsTkTE',
5678
guests: [[]],
5779
hasNotes: false,
5880
notesAreVisible: false
@@ -2217,6 +2239,17 @@
22172239
hasNotes: false,
22182240
notesAreVisible: false
22192241
},
2242+
{
2243+
number: 178,
2244+
title: 'ngAir 178 - Angular on Google Cloud With Jeff Whelpley',
2245+
displayDate: 'Monday, Sept 24th, 2018',
2246+
date: '2018-09-24',
2247+
time: '11:00 AM (Pacific Time)',
2248+
hangoutUrl: 'https://youtu.be/mrNPQOVRtao',
2249+
guests: [[]],
2250+
hasNotes: false,
2251+
notesAreVisible: false
2252+
},
22202253
];
22212254

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

0 commit comments

Comments
 (0)