Skip to content

Commit c65bb5d

Browse files
authored
episode
1 parent 0453712 commit c65bb5d

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

script.js

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

4848
vm.episodes = [
4949
{
50-
number: 187,
51-
title: 'ngAir 187 - Beyond the lab Air Edition: Making user data work for you with Leonardo Zizzamia',
52-
displayDate: 'Wednesday, Dec 12th, 2018',
53-
date: '2018-12-12',
50+
number: 188,
51+
title: 'ngAir 188 - The challenges and realities of building the first ngAtlanta conference app, website a custom CMS and the challenges of keeping our world in sync with Zackary Chapple',
52+
displayDate: 'Friday, Dec 21st, 2018',
53+
date: '2018-12-21',
5454
time: '11:00 AM (Pacific Time)',
55-
hangoutUrl: 'https://youtu.be/%3Cspan%20class="x x-first x-last">_AlwB9k-2dg',
55+
hangoutUrl: 'https://youtu.be/%3Cspan%20class="x x-first x-last">LyKkBIna-Ac',
5656
guests: [[]],
5757
hasNotes: false,
5858
notesAreVisible: false
@@ -2314,7 +2314,18 @@
23142314
guests: [[]],
23152315
hasNotes: false,
23162316
notesAreVisible: false
2317-
}
2317+
},
2318+
{
2319+
number: 187,
2320+
title: 'ngAir 187 - Beyond the lab Air Edition: Making user data work for you with Leonardo Zizzamia',
2321+
displayDate: 'Wednesday, Dec 12th, 2018',
2322+
date: '2018-12-12',
2323+
time: '11:00 AM (Pacific Time)',
2324+
hangoutUrl: 'https://youtu.be/_AlwB9k-2dg',
2325+
guests: [[]],
2326+
hasNotes: false,
2327+
notesAreVisible: false
2328+
},
23182329
];
23192330

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

0 commit comments

Comments
 (0)