campusplanApp.controller('WetterController', 
    function($scope, $rootScope, $route, $routeParams, $location) {

    $scope.$route = $route;
    $scope.$location = $location;