angular.module('footyroom') .controller('PredictController', ['$scope', 'rounds', function ($scope, rounds) { $scope.rounds = rounds.rounds; $scope.matches = rounds.matches; }]);