Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #123 from adamralph/gh-pages
Browse files Browse the repository at this point in the history
change default hashtag to NSBCon
  • Loading branch information
adamralph committed Dec 2, 2015
2 parents e6916be + bee974a commit 6e66f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/controllers/leaderboardsCtrl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
angular.module('hashBusUI')
.controller('leaderboardsCtrl', ['$rootScope', '$scope', '$http', '$stateParams', 'urls', 'poller', '$interval',
function leaderboardsCtrl($rootScope, $scope, $http, $stateParams, urls, poller, $interval) {
var hashtag = $stateParams.hashtag || "BuildStuffUA";
var hashtag = $stateParams.hashtag || "NSBCon";
$rootScope.title = hashtag;
var interval = 10000;
function map(idProperty, count, previousResults, newResults){
Expand Down

0 comments on commit 6e66f66

Please sign in to comment.