File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 47
47
48
48
vm . episodes = [
49
49
{
50
- number : 194 ,
51
- title : 'ngAir 194 - Ionic V4 with Mike Hartington' ,
52
- displayDate : 'Friday, Feb 22nd, 2019' ,
53
- date : '2019-02-22' ,
54
- time : '11:00 AM (Pacific Time)' ,
55
- hangoutUrl : 'https://youtu.be/fmBzH5lHX_s' ,
56
- guests : [ [ ] ] ,
57
- hasNotes : false ,
58
- notesAreVisible : false
59
- } , {
60
50
number : 195 ,
61
51
title : 'ngAir 195 - xLayers with Wassim Chegham' ,
62
52
displayDate : 'Wednesday, Feb 27th, 2019' ,
63
53
date : '2019-02-27' ,
64
- time : '11 :00 AM (Pacific Time)' ,
54
+ time : '8 :00 AM (Pacific Time)' ,
65
55
hangoutUrl : 'https://youtu.be/sBJuTMBkcfA' ,
66
56
guests : [ [ ] ] ,
67
57
hasNotes : false ,
2399
2389
hasNotes : false ,
2400
2390
notesAreVisible : false
2401
2391
} ,
2392
+ {
2393
+ number : 194 ,
2394
+ title : 'ngAir 194 - Ionic V4 with Mike Hartington' ,
2395
+ displayDate : 'Friday, Feb 22nd, 2019' ,
2396
+ date : '2019-02-22' ,
2397
+ time : '11:00 AM (Pacific Time)' ,
2398
+ hangoutUrl : 'https://youtu.be/fmBzH5lHX_s' ,
2399
+ guests : [ [ ] ] ,
2400
+ hasNotes : false ,
2401
+ notesAreVisible : false
2402
+ } ,
2402
2403
] ;
2403
2404
2404
2405
angular . forEach ( vm . panelists , function ( panelistGroup ) {
You can’t perform that action at this time.
0 commit comments