Skip to content

Instantly share code, notes, and snippets.

@mbuttler
Created August 7, 2015 22:36
Show Gist options
  • Save mbuttler/50ecdc2a6344a38dd2d3 to your computer and use it in GitHub Desktop.
Save mbuttler/50ecdc2a6344a38dd2d3 to your computer and use it in GitHub Desktop.
Bolt Network Maincontroller
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