We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9003c75 commit 810a1f7Copy full SHA for 810a1f7
js/app.js
@@ -46,4 +46,7 @@ app.controller('hackathonEvents', ['$http', '$scope', function($http, $scope){
46
$http.get('../api/1.0/2015/10.json').success(function (data) {
47
$scope.october15 = data;
48
})
49
+ $http.get('../api/1.0/2015/11.json').success(function (data) {
50
+ $scope.november15 = data;
51
+ })
52
}]);
0 commit comments