mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 03:36:44 +01:00
events list templeted, now, only in the file templateEvents.html
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
angular.module('app.calendar', ['pascalprecht.translate', 'ui.rCalendar'])
|
||||
angular.module('app.calendar', ['pascalprecht.translate'])
|
||||
|
||||
.controller('CalendarCtrl', function($scope, $http, $ionicModal, $timeout,
|
||||
$ionicLoading, $filter) {
|
||||
|
||||
.controller('CalendarCtrl', function($scope, $http, $ionicModal, $timeout, $ionicLoading, $filter) {
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user