campusplanApp.controller('WohnheimeController', function($scope, $rootScope, $http) {
    $rootScope.$currentPageName = 'Wohnheime';
    $rootScope.pageTitle = 'Wohnheime';

    $scope.WohnheimeLoading = $http.get('api/wohnheime.php')