Skip to content

Commit a9b01ef

Browse files
authored
time change
1 parent ecca245 commit a9b01ef

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

script.js

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

4848
vm.episodes = [
4949
{
50-
number: 184,
51-
title: 'ngAir 184 - The ngVikings Crew',
52-
displayDate: 'Wednesday, Nov 14th, 2018',
53-
date: '2018-11-14',
54-
time: '11:00 AM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/rsTXgaNTbUo',
56-
guests: [[]],
57-
hasNotes: false,
58-
notesAreVisible: false
59-
},{
6050
number: 185,
6151
title: 'ngAir 185 - Introducing Angular for the Visual Learner With Samantha Rhodes',
6252
displayDate: 'Wednesday, Nov 21st, 2018',
6353
date: '2018-11-21',
64-
time: '8:00 AM (Pacific Time)',
54+
time: '11:00 AM (Pacific Time)',
6555
hangoutUrl: 'https://youtu.be/gAYJ0G514t4',
6656
guests: [[]],
6757
hasNotes: false,
@@ -2303,6 +2293,17 @@
23032293
hasNotes: false,
23042294
notesAreVisible: false
23052295
},
2296+
{
2297+
number: 184,
2298+
title: 'ngAir 184 - The ngVikings Crew',
2299+
displayDate: 'Wednesday, Nov 14th, 2018',
2300+
date: '2018-11-14',
2301+
time: '11:00 AM (Pacific Time)',
2302+
hangoutUrl: 'https://youtu.be/rsTXgaNTbUo',
2303+
guests: [[]],
2304+
hasNotes: false,
2305+
notesAreVisible: false
2306+
},
23062307
];
23072308

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

0 commit comments

Comments
 (0)