Skip to content

Commit bb6e066

Browse files
committed
add upcoming episodes, archive, update panel
1 parent eb79b93 commit bb6e066

File tree

1 file changed

+36
-12
lines changed

1 file changed

+36
-12
lines changed

script.js

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
vm.hosts = [
2828
[
2929
{
30-
name: 'Jeff Whelpley',
31-
twitter: 'jeffwhelpley',
32-
avatar: 'panel/jeffwhelpley.png'
30+
name: 'Justin Schwartzenberger',
31+
twitter: 'schwarty',
32+
avatar: 'panel/schwarty.png'
3333
}
3434
]
3535
];
@@ -41,31 +41,31 @@
4141
{name: 'Todd Motto', twitter: 'toddmotto'}
4242
],
4343
[
44-
{name: 'Schwarty', twitter: 'schwarty'},
44+
{name: 'Alyssa Nicoll', twitter: 'AlyssaNicoll'},
4545
{name: 'Mike Brocchi', twitter: 'brocco'},
4646
{name: 'Austin McDaniel', twitter: 'amcdnl'}
4747
]
4848
];
4949

5050
vm.episodes = [
5151
{
52-
title: 'Angular Material with Kara Erickson',
53-
displayDate: 'Tuesday, November 1, 2016',
54-
date: '2016-11-01',
52+
title: 'AngularUP 2016 Conference with Adam Klein, Boris Dinkevich and Nir Kaufman',
53+
displayDate: 'Tuesday, November 15, 2016',
54+
date: '2016-11-15',
5555
time: '11:00 AM (Pacific Time)',
56-
hangoutUrl: 'http://ngair.io/%3Cspan%20class="x x-first x-last">material-kara',
56+
hangoutUrl: 'http://ngair.io/%3Cspan%20class="x x-first x-last">angularup2016',
5757
guests: [
5858
[
5959
// {name: 'Shai Reznik', twitter: 'jimthedev'}
6060
]
6161
]
6262
},
6363
{
64-
title: 'Wazzup',
65-
displayDate: 'Tuesday, November 8, 2016',
66-
date: '2016-11-08',
64+
title: 'The TIL Episode',
65+
displayDate: 'Tuesday, November 22, 2016',
66+
date: '2016-11-22',
6767
time: '11:00 AM (Pacific Time)',
68-
hangoutUrl: 'http://ngair.io/%3Cspan%20class="x x-first x-last">ng-wazzup',
68+
hangoutUrl: 'http://ngair.io/%3Cspan%20class="x x-first x-last">til-episode-2016',
6969
guests: [
7070
[
7171
// {name: 'Shai Reznik', twitter: 'jimthedev'}
@@ -1204,6 +1204,30 @@
12041204
// {name: 'Shai Reznik', twitter: 'jimthedev'}
12051205
]
12061206
]
1207+
},
1208+
{
1209+
title: 'Angular Material with Kara Erickson',
1210+
displayDate: 'Tuesday, November 1, 2016',
1211+
date: '2016-11-01',
1212+
time: '11:00 AM (Pacific Time)',
1213+
hangoutUrl: 'http://ngair.io/material-kara',
1214+
guests: [
1215+
[
1216+
// {name: 'Shai Reznik', twitter: 'jimthedev'}
1217+
]
1218+
]
1219+
},
1220+
{
1221+
title: 'Wazzup?',
1222+
displayDate: 'Tuesday, November 8, 2016',
1223+
date: '2016-11-08',
1224+
time: '11:00 AM (Pacific Time)',
1225+
hangoutUrl: 'http://ngair.io/ng-wazzup',
1226+
guests: [
1227+
[
1228+
// {name: 'Shai Reznik', twitter: 'jimthedev'}
1229+
]
1230+
]
12071231
}
12081232
];
12091233

0 commit comments

Comments
 (0)