/** * Created by robin on 11/1/15. */ angular.module('app') .controller('FreeRoomController', ['$scope', '$mdDialog', function($scope, $mdDialog) { $scope.course = course; $scope.dateFormat = DataShareBusiness.DateFormat; $scope.hourFormat = DataShareBusiness.HourFormat; $scope.close = function() { $mdDialog.cancel(); }; }]);