Skip to content

Commit b601dec

Browse files
authored
update episode
1 parent 05c3e37 commit b601dec

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: 194,
51-
title: 'ngAir 194 - Ionic V4 with Mike Hartington',
52-
displayDate: 'Friday, Feb 22nd, 2019',
53-
date: '2019-02-22',
54-
time: '11:00 AM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/fmBzH5lHX_s',
56-
guests: [[]],
57-
hasNotes: false,
58-
notesAreVisible: false
59-
},{
6050
number: 195,
6151
title: 'ngAir 195 - xLayers with Wassim Chegham',
6252
displayDate: 'Wednesday, Feb 27th, 2019',
6353
date: '2019-02-27',
64-
time: '11:00 AM (Pacific Time)',
54+
time: '8:00 AM (Pacific Time)',
6555
hangoutUrl: 'https://youtu.be/sBJuTMBkcfA',
6656
guests: [[]],
6757
hasNotes: false,
@@ -2399,6 +2389,17 @@
23992389
hasNotes: false,
24002390
notesAreVisible: false
24012391
},
2392+
{
2393+
number: 194,
2394+
title: 'ngAir 194 - Ionic V4 with Mike Hartington',
2395+
displayDate: 'Friday, Feb 22nd, 2019',
2396+
date: '2019-02-22',
2397+
time: '11:00 AM (Pacific Time)',
2398+
hangoutUrl: 'https://youtu.be/fmBzH5lHX_s',
2399+
guests: [[]],
2400+
hasNotes: false,
2401+
notesAreVisible: false
2402+
},
24022403
];
24032404

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

0 commit comments

Comments
 (0)