Skip to content

Commit ca889ef

Browse files
authored
episode
1 parent 983b3b0 commit ca889ef

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

script.js

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,13 @@
4646
];
4747

4848
vm.episodes = [
49-
5049
{
51-
number: 174,
52-
title: 'ngAir 174 - What’s New With NativeScript With TJ VanToll',
53-
displayDate: 'Tuesday, August 21st, 2018',
54-
date: '2018-08-21',
55-
time: '12:00 PM (Pacific Time)',
56-
hangoutUrl: 'https://youtu.be/%3Cspan%20class="x x-first x-last">DRa8c5W-YU0',
50+
number: 175,
51+
title: 'ngAir 175 - GraphQL With Bonnie Brennan',
52+
displayDate: 'Tuesday, August 28th, 2018',
53+
date: '2018-08-28',
54+
time: '11:00 AM (Pacific Time)',
55+
hangoutUrl: 'https://youtu.be/%3Cspan%20class="x x-first x-last">zvmMtihBt0Y',
5756
guests: [[]],
5857
hasNotes: false,
5958
notesAreVisible: false
@@ -2185,6 +2184,17 @@
21852184
hasNotes: false,
21862185
notesAreVisible: false
21872186
},
2187+
{
2188+
number: 174,
2189+
title: 'ngAir 174 - What’s New With NativeScript With TJ VanToll',
2190+
displayDate: 'Tuesday, August 21st, 2018',
2191+
date: '2018-08-21',
2192+
time: '12:00 PM (Pacific Time)',
2193+
hangoutUrl: 'https://youtu.be/DRa8c5W-YU0',
2194+
guests: [[]],
2195+
hasNotes: false,
2196+
notesAreVisible: false
2197+
},
21882198
];
21892199

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

0 commit comments

Comments
 (0)