|
47 | 47 |
|
48 | 48 | vm.episodes = [
|
49 | 49 | {
|
50 |
| - number: 178, |
51 |
| - title: 'ngAir 178 - Angular on Google Cloud With Jeff Whelpley', |
52 |
| - displayDate: 'Monday, Sept 24th, 2018', |
53 |
| - date: '2018-09-24', |
| 50 | + number: 179, |
| 51 | + title: 'ngAir 179 - AngularConnect Preview with Pete Bacon Darwin', |
| 52 | + displayDate: 'Wed, Oct 3rd, 2018', |
| 53 | + date: '2018-10-03', |
54 | 54 | time: '11:00 AM (Pacific Time)',
|
55 |
| - hangoutUrl: 'https://youtu.be/mrNPQOVRtao', |
| 55 | + hangoutUrl: 'https://youtu.be/IzmlHOHFnJU', |
| 56 | + guests: [[]], |
| 57 | + hasNotes: false, |
| 58 | + notesAreVisible: false |
| 59 | + }, |
| 60 | + { |
| 61 | + number: 180, |
| 62 | + title: 'ngAir 180 - Angular in the .NET World with Jeremy Likness', |
| 63 | + displayDate: 'Tuesday, Oct 9th, 2018', |
| 64 | + date: '2018-10-09', |
| 65 | + time: '11:00 AM (Pacific Time)', |
| 66 | + hangoutUrl: 'https://youtu.be/ipEC6aDGJeM', |
| 67 | + guests: [[]], |
| 68 | + hasNotes: false, |
| 69 | + notesAreVisible: false |
| 70 | + }, |
| 71 | + { |
| 72 | + number: 182, |
| 73 | + title: 'ngAir 182 - Policy-Based Client-Side Encryption in Angular with Robert Pinna', |
| 74 | + displayDate: 'Tuesday, Oct 23rd, 2018', |
| 75 | + date: '2018-10-23', |
| 76 | + time: '11:00 AM (Pacific Time)', |
| 77 | + hangoutUrl: 'https://youtu.be/jiR2AcsTkTE', |
56 | 78 | guests: [[]],
|
57 | 79 | hasNotes: false,
|
58 | 80 | notesAreVisible: false
|
|
2217 | 2239 | hasNotes: false,
|
2218 | 2240 | notesAreVisible: false
|
2219 | 2241 | },
|
| 2242 | + { |
| 2243 | + number: 178, |
| 2244 | + title: 'ngAir 178 - Angular on Google Cloud With Jeff Whelpley', |
| 2245 | + displayDate: 'Monday, Sept 24th, 2018', |
| 2246 | + date: '2018-09-24', |
| 2247 | + time: '11:00 AM (Pacific Time)', |
| 2248 | + hangoutUrl: 'https://youtu.be/mrNPQOVRtao', |
| 2249 | + guests: [[]], |
| 2250 | + hasNotes: false, |
| 2251 | + notesAreVisible: false |
| 2252 | + }, |
2220 | 2253 | ];
|
2221 | 2254 |
|
2222 | 2255 | angular.forEach(vm.panelists, function(panelistGroup) {
|
|
0 commit comments