mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-08 12:16:39 +01:00
calendar started
This commit is contained in:
5
www/js/calendar.js
Normal file
5
www/js/calendar.js
Normal file
@@ -0,0 +1,5 @@
|
||||
angular.module('app.calendar', ['pascalprecht.translate', 'ui.rCalendar'])
|
||||
|
||||
.controller('CalendarCtrl', function($scope, $http, $ionicModal, $timeout, $ionicLoading, $filter) {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user