Skip to content

Commit 9579f7d

Browse files
authored
Episodes
1 parent 88f016c commit 9579f7d

File tree

1 file changed

+38
-27
lines changed

1 file changed

+38
-27
lines changed

script.js

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

4848
vm.episodes = [
4949
{
50-
number: 179,
51-
title: 'ngAir 179 - AngularConnect Preview with Pete Bacon Darwin',
52-
displayDate: 'Wed, Oct 3rd, 2018',
53-
date: '2018-10-03',
54-
time: '11:00 AM (Pacific Time)',
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',
50+
number: 182,
51+
title: 'ngAir 182 - Angular 7',
52+
displayDate: 'Wednesday, Oct 31st, 2018',
53+
date: '2018-10-31',
6554
time: '11:00 AM (Pacific Time)',
66-
hangoutUrl: 'https://youtu.be/ipEC6aDGJeM',
67-
guests: [[]],
68-
hasNotes: false,
69-
notesAreVisible: false
70-
},
71-
{
72-
number: 181,
73-
title: 'ngAir 181 - 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',
55+
hangoutUrl: 'https://youtu.be/8PxIror_iI4',
7856
guests: [[]],
7957
hasNotes: false,
8058
notesAreVisible: false
@@ -2250,6 +2228,39 @@
22502228
hasNotes: false,
22512229
notesAreVisible: false
22522230
},
2231+
{
2232+
number: 179,
2233+
title: 'ngAir 179 - AngularConnect Preview with Pete Bacon Darwin',
2234+
displayDate: 'Wed, Oct 3rd, 2018',
2235+
date: '2018-10-03',
2236+
time: '11:00 AM (Pacific Time)',
2237+
hangoutUrl: 'https://youtu.be/IzmlHOHFnJU',
2238+
guests: [[]],
2239+
hasNotes: false,
2240+
notesAreVisible: false
2241+
},
2242+
{
2243+
number: 180,
2244+
title: 'ngAir 180 - Angular in the .NET World with Jeremy Likness',
2245+
displayDate: 'Tuesday, Oct 9th, 2018',
2246+
date: '2018-10-09',
2247+
time: '11:00 AM (Pacific Time)',
2248+
hangoutUrl: 'https://youtu.be/ipEC6aDGJeM',
2249+
guests: [[]],
2250+
hasNotes: false,
2251+
notesAreVisible: false
2252+
},
2253+
{
2254+
number: 181,
2255+
title: 'ngAir 181 - Policy-Based Client-Side Encryption in Angular with Robert Pinna',
2256+
displayDate: 'Tuesday, Oct 23rd, 2018',
2257+
date: '2018-10-23',
2258+
time: '11:00 AM (Pacific Time)',
2259+
hangoutUrl: 'https://youtu.be/jiR2AcsTkTE',
2260+
guests: [[]],
2261+
hasNotes: false,
2262+
notesAreVisible: false
2263+
},
22532264
];
22542265

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

0 commit comments

Comments
 (0)