File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ It is an MVC (Model-View-Controller) framework so a brief understanding of MVC i
13131 . [ Starting The Single Page Website] ( https://www.youtube.com/watch?v=V6unYD1QrAs " Starting the Single Page Website ")
14142 . [ Setting Up Gulp] ( https://www.youtube.com/watch?v=FhLpL24xGXU " Setting Up Gulp ")
15153 . [ Single Page AngularJS Navigation] ( https://www.youtube.com/watch?v=IuBIk1oJ-Uw " Single Page AngularJS Navigation ")
16- 4 . [ Making the Home Page] ( https://www.youtube.com/watch?v=xlmx19wo9Dc " Making the Home Page ")
16+ 4 . [ Making the Home Page] ( https://www.youtube.com/watch?v=xlmx19wo9Dc " Making the Home Page ")
17+ 5 . [ Adding Content to the Home Page] ( http://youtu.be/0Gzuaoo4j3s " Adding Content to the Home Page ")
Original file line number Diff line number Diff line change 1111 "cast" : " " ,
1212 "director" : " " ,
1313 "writers" : " " ,
14- "synposis " : " " ,
14+ "synopsis " : " " ,
1515 "rating" : " " ,
1616 "box-office" : " "
1717 },
2323 "cast" : " " ,
2424 "director" : " " ,
2525 "writers" : " " ,
26- "synposis" : " " ,
26+ "synopsis" : " " ,
27+ "rating" : " " ,
28+ "box-office" : " "
29+ },
30+ "Iron Man 2" : {
31+ "id" : 2 ,
32+ "title" : " Iron Man 2" ,
33+ "thumbnail" : " " ,
34+ "date" : " 0/0/00" ,
35+ "cast" : " " ,
36+ "director" : " " ,
37+ "writers" : " " ,
38+ "synopsis" : " " ,
39+ "rating" : " " ,
40+ "box-office" : " "
41+ },
42+ "Thor" : {
43+ "id" : 3 ,
44+ "title" : " Thor" ,
45+ "thumbnail" : " " ,
46+ "date" : " 0/0/00" ,
47+ "cast" : " " ,
48+ "director" : " " ,
49+ "writers" : " " ,
50+ "synopsis" : " " ,
51+ "rating" : " " ,
52+ "box-office" : " "
53+ },
54+ "Captain America: The First Avenger" : {
55+ "id" : 4 ,
56+ "title" : " Captain America: The First Avenger" ,
57+ "thumbnail" : " " ,
58+ "date" : " 0/0/00" ,
59+ "cast" : " " ,
60+ "director" : " " ,
61+ "writers" : " " ,
62+ "synopsis" : " " ,
63+ "rating" : " " ,
64+ "box-office" : " "
65+ },
66+ "The Avengers" : {
67+ "id" : 5 ,
68+ "title" : " The Avengers" ,
69+ "thumbnail" : " " ,
70+ "date" : " 0/0/00" ,
71+ "cast" : " " ,
72+ "director" : " " ,
73+ "writers" : " " ,
74+ "synopsis" : " " ,
2775 "rating" : " " ,
2876 "box-office" : " "
2977 }
3886 "cast" : " " ,
3987 "director" : " " ,
4088 "writers" : " " ,
41- "synposis " : " " ,
89+ "synopsis " : " " ,
4290 "rating" : " " ,
4391 "box-office" : " "
4492 }
You can’t perform that action at this time.
0 commit comments