Skip to content

Commit 89910cf

Browse files
committed
Updating panel and shows
1 parent b9f6a70 commit 89910cf

File tree

4 files changed

+60
-25
lines changed

4 files changed

+60
-25
lines changed

panel/amcdnl.jpg

8.37 KB
Loading

panel/brocco.jpg

8.88 KB
Loading

panel/schwarty.jpg

7.17 KB
Loading

script.js

Lines changed: 60 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -38,46 +38,58 @@
3838
[
3939
{name: 'Olivier Combe', twitter: 'ocombe'},
4040
{name: 'Patrick Stapleton', twitter: 'gdi2290'},
41-
{name: 'Ari Lerner', twitter: 'auser'}
41+
{name: 'Todd Motto', twitter: 'toddmotto'}
4242
],
4343
[
44-
{name: 'Carmen Popoviciu', twitter: 'CarmenPopoviciu'},
45-
{name: 'Gleb Bahmutov', twitter: 'bahmutov'},
46-
{name: 'Todd Motto', twitter: 'toddmotto'}
44+
{name: 'Justin Schwartzenberger', twitter: 'schwarty'},
45+
{name: 'Mike Brocchi', twitter: 'brocco'},
46+
{name: 'Austin McDaniel', twitter: 'amcdnl'}
4747
]
4848
];
4949

5050
vm.episodes = [
51-
// {
52-
// title: 'Angular Universal Tricks and Tips Tutorial with Patrick Stapleton',
53-
// displayDate: 'Tuesday, August 9th, 2016',
54-
// date: '2016-08-09',
55-
// time: '11:00 AM (Pacific Time)',
56-
// hangoutUrl: 'http://ngair.io/universal-tutorial',
57-
// guests: [
58-
// [
59-
// // {name: 'Shai Reznik', twitter: 'jimthedev'}
60-
// ]
61-
// ]
62-
// },
6351
{
64-
title: 'Angular Connect and the Future Beyond Final with Shai Reznik',
65-
displayDate: 'Tuesday, October 4th, 2016',
66-
date: '2016-10-04',
52+
title: 'Creating Angular 2 UI Libraries with Kyle Ledbetter',
53+
displayDate: 'Thursday, October 20, 2016',
54+
date: '2016-10-20',
6755
time: '11:00 AM (Pacific Time)',
68-
hangoutUrl: 'http://ngair.io/%3Cspan%20class="x x-first x-last">chat-with-shai',
56+
hangoutUrl: 'http://ngair.io/%3Cspan%20class="x x-first x-last">ui-libs',
6957
guests: [
7058
[
7159
// {name: 'Shai Reznik', twitter: 'jimthedev'}
7260
]
7361
]
7462
},
7563
{
76-
title: 'The Meta Show',
77-
displayDate: 'Tuesday, September 13th, 2016',
78-
date: '2016-10-11',
64+
title: 'Angular in the Enterprise with Gary Trinklein and Nhut Tran',
65+
displayDate: 'Tuesday, October 25, 2016',
66+
date: '2016-10-25',
7967
time: '11:00 AM (Pacific Time)',
80-
hangoutUrl: 'http://ngair.io/metashow',
68+
hangoutUrl: 'http://ngair.io/ng-enterprise',
69+
guests: [
70+
[
71+
// {name: 'Shai Reznik', twitter: 'jimthedev'}
72+
]
73+
]
74+
},
75+
{
76+
title: 'Angular Material with Kara Erickson',
77+
displayDate: 'Tuesday, November 1, 2016',
78+
date: '2016-11-01',
79+
time: '11:00 AM (Pacific Time)',
80+
hangoutUrl: 'http://ngair.io/material-kara',
81+
guests: [
82+
[
83+
// {name: 'Shai Reznik', twitter: 'jimthedev'}
84+
]
85+
]
86+
},
87+
{
88+
title: 'Wazzup',
89+
displayDate: 'Tuesday, November 8, 2016',
90+
date: '2016-11-08',
91+
time: '11:00 AM (Pacific Time)',
92+
hangoutUrl: 'http://ngair.io/ng-wazzup',
8193
guests: [
8294
[
8395
// {name: 'Shai Reznik', twitter: 'jimthedev'}
@@ -1157,7 +1169,6 @@
11571169
]
11581170
]
11591171
},
1160-
11611172
{
11621173
title: 'LIVE at AngularConnect',
11631174
displayDate: 'Tuesday, September 27th, 2016',
@@ -1169,6 +1180,30 @@
11691180
// {name: 'Shai Reznik', twitter: 'jimthedev'}
11701181
]
11711182
]
1183+
},
1184+
{
1185+
title: 'Angular Connect and the Future Beyond Final with Shai Reznik',
1186+
displayDate: 'Tuesday, October 4th, 2016',
1187+
date: '2016-10-04',
1188+
time: '11:00 AM (Pacific Time)',
1189+
hangoutUrl: 'http://ngair.io/chat-with-shai',
1190+
guests: [
1191+
[
1192+
// {name: 'Shai Reznik', twitter: 'jimthedev'}
1193+
]
1194+
]
1195+
},
1196+
{
1197+
title: 'The Meta Show',
1198+
displayDate: 'Tuesday, September 13th, 2016',
1199+
date: '2016-10-11',
1200+
time: '11:00 AM (Pacific Time)',
1201+
hangoutUrl: 'http://ngair.io/metashow',
1202+
guests: [
1203+
[
1204+
// {name: 'Shai Reznik', twitter: 'jimthedev'}
1205+
]
1206+
]
11721207
}
11731208
];
11741209

0 commit comments

Comments
 (0)