Skip to content

Commit ac3ea82

Browse files
authored
episode
1 parent 9579f7d commit ac3ea82

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

script.js

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747

4848
vm.episodes = [
4949
{
50-
number: 182,
51-
title: 'ngAir 182 - Angular 7',
52-
displayDate: 'Wednesday, Oct 31st, 2018',
53-
date: '2018-10-31',
54-
time: '11:00 AM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/%3Cspan%20class="x x-first x-last">8PxIror_iI4',
50+
number: 183,
51+
title: 'ngAir 183 - Live from AngularConnect 2018',
52+
displayDate: 'Wednesday, Nov 7th, 2018',
53+
date: '2018-11-07',
54+
time: '12:00 AM (Pacific Time)',
55+
hangoutUrl: 'https://youtu.be/%3Cspan%20class="x x-first x-last">quNwuCirav4',
5656
guests: [[]],
5757
hasNotes: false,
5858
notesAreVisible: false
@@ -2261,6 +2261,17 @@
22612261
hasNotes: false,
22622262
notesAreVisible: false
22632263
},
2264+
{
2265+
number: 182,
2266+
title: 'ngAir 182 - Angular 7',
2267+
displayDate: 'Wednesday, Oct 31st, 2018',
2268+
date: '2018-10-31',
2269+
time: '11:00 AM (Pacific Time)',
2270+
hangoutUrl: 'https://youtu.be/8PxIror_iI4',
2271+
guests: [[]],
2272+
hasNotes: false,
2273+
notesAreVisible: false
2274+
},
22642275
];
22652276

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

0 commit comments

Comments
 (0)