Created
August 7, 2015 22:36
-
-
Save mbuttler/50ecdc2a6344a38dd2d3 to your computer and use it in GitHub Desktop.
Bolt Network Maincontroller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.controller('MainController', ['$scope', function($scope) { | |
$scope.program = [ | |
{ | |
series: "Sherlock", | |
series_img: "img/sherlock.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) | |
} | |
]; | |
}]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment