mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-08 04:06:40 +01:00
events by day implemented, todo: calendar view to select a day
This commit is contained in:
@@ -3,5 +3,7 @@ angular.module('app.calendar', ['pascalprecht.translate'])
|
||||
.controller('CalendarCtrl', function($scope, $http, $ionicModal, $timeout,
|
||||
$ionicLoading, $filter) {
|
||||
|
||||
|
||||
$scope.dayClick = function(date) {
|
||||
window.location="#/app/byDay/" + date;
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user