Skip to content

Commit d3884e7

Browse files
authored
archive episodes
1 parent 20112a8 commit d3884e7

File tree

1 file changed

+42
-41
lines changed

1 file changed

+42
-41
lines changed

script.js

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -46,47 +46,7 @@
4646
];
4747

4848
vm.episodes = [
49-
{
50-
number: 190,
51-
title: 'ngAir 190 - Angular and Bazel With Minko Gechev',
52-
displayDate: 'Wednesday, Jan 23rd, 2019',
53-
date: '2019-01-23',
54-
time: '3:00 PM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/vlIhnYnMAX0',
56-
guests: [[]],
57-
hasNotes: false,
58-
notesAreVisible: false
59-
},{
60-
number: 191,
61-
title: 'ngAir 191 - Dry Forms with Sander Elias',
62-
displayDate: 'Wednesday, Jan 30th, 2019',
63-
date: '2019-01-30',
64-
time: '11:00 AM (Pacific Time)',
65-
hangoutUrl: 'https://youtu.be/NHMUVDCSCxc',
66-
guests: [[]],
67-
hasNotes: false,
68-
notesAreVisible: false
69-
},{
70-
number: 192,
71-
title: 'ngAir 192 - Scalable Angular Architectures with Juan Herrera',
72-
displayDate: 'Wednesday, Feb 6th, 2019',
73-
date: '2019-02-06',
74-
time: '11:00 AM (Pacific Time)',
75-
hangoutUrl: 'https://youtu.be/vibkXCQLkXc',
76-
guests: [[]],
77-
hasNotes: false,
78-
notesAreVisible: false
79-
},{
80-
number: 193,
81-
title: 'ngAir 193 - Manageable and Extendable Objects / Inter-component Communication with Bjorn Schijff',
82-
displayDate: 'Wednesday, Feb 13th, 2019',
83-
date: '2019-02-13',
84-
time: '11:00 AM (Pacific Time)',
85-
hangoutUrl: 'https://youtu.be/1lhx6L0Y-GQ',
86-
guests: [[]],
87-
hasNotes: false,
88-
notesAreVisible: false
89-
},{
49+
{
9050
number: 194,
9151
title: 'ngAir 194 - Ionic V4 with Mike Hartington',
9252
displayDate: 'Wednesday, Feb 20th, 2019',
@@ -2398,6 +2358,47 @@
23982358
hasNotes: false,
23992359
notesAreVisible: false
24002360
},
2361+
{
2362+
number: 190,
2363+
title: 'ngAir 190 - Angular and Bazel With Minko Gechev',
2364+
displayDate: 'Wednesday, Jan 23rd, 2019',
2365+
date: '2019-01-23',
2366+
time: '3:00 PM (Pacific Time)',
2367+
hangoutUrl: 'https://youtu.be/vlIhnYnMAX0',
2368+
guests: [[]],
2369+
hasNotes: false,
2370+
notesAreVisible: false
2371+
},{
2372+
number: 191,
2373+
title: 'ngAir 191 - Dry Forms with Sander Elias',
2374+
displayDate: 'Wednesday, Jan 30th, 2019',
2375+
date: '2019-01-30',
2376+
time: '11:00 AM (Pacific Time)',
2377+
hangoutUrl: 'https://youtu.be/NHMUVDCSCxc',
2378+
guests: [[]],
2379+
hasNotes: false,
2380+
notesAreVisible: false
2381+
},{
2382+
number: 192,
2383+
title: 'ngAir 192 - Scalable Angular Architectures with Juan Herrera',
2384+
displayDate: 'Wednesday, Feb 6th, 2019',
2385+
date: '2019-02-06',
2386+
time: '11:00 AM (Pacific Time)',
2387+
hangoutUrl: 'https://youtu.be/vibkXCQLkXc',
2388+
guests: [[]],
2389+
hasNotes: false,
2390+
notesAreVisible: false
2391+
},{
2392+
number: 193,
2393+
title: 'ngAir 193 - Manageable and Extendable Objects / Inter-component Communication with Bjorn Schijff',
2394+
displayDate: 'Wednesday, Feb 13th, 2019',
2395+
date: '2019-02-13',
2396+
time: '11:00 AM (Pacific Time)',
2397+
hangoutUrl: 'https://youtu.be/1lhx6L0Y-GQ',
2398+
guests: [[]],
2399+
hasNotes: false,
2400+
notesAreVisible: false
2401+
},
24012402
];
24022403

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

0 commit comments

Comments
 (0)