Skip to content

Commit 810a1f7

Browse files
committed
Adding November '15
1 parent 9003c75 commit 810a1f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/app.js

+3
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ app.controller('hackathonEvents', ['$http', '$scope', function($http, $scope){
4646
$http.get('../api/1.0/2015/10.json').success(function (data) {
4747
$scope.october15 = data;
4848
})
49+
$http.get('../api/1.0/2015/11.json').success(function (data) {
50+
$scope.november15 = data;
51+
})
4952
}]);

0 commit comments

Comments
 (0)