-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainController.js
More file actions
10 lines (10 loc) · 833 Bytes
/
Copy pathMainController.js
File metadata and controls
10 lines (10 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
app.controller('MainController', ['$scope', function($scope) {
$scope.program={
series: "unde the hat",
series_img: "cover.jpg",
genre: "Crime drama",
season: 3,
episode: "The Empty Hearse",
description: "Two years after his reported Reichenbach Fall demise, Sherlock, who has been cleared of all fraud charges against him, returns with Mycroft's help to a London under threat of terrorist attack. John has moved on and has a girlfriend, Mary Morstan. Sherlock enlists Molly to assist him, but when John is kidnapped by unknown assailants and is rescued by Sherlock and Mary, John returns to help find the terrorists and an underground plot to blow up the Houses of Parliament during an all night sitting on Guy Fawkes Night.",
datetime: new Date(2014, 11, 31, 21, 00, 00, 00) }
}]);