events list templeted, now, only in the file templateEvents.html

This commit is contained in:
arnaucode
2017-02-24 23:19:51 +01:00
parent 3c6bb7c7bb
commit da8c91830e
10 changed files with 53 additions and 114 deletions

View File

@@ -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) {
});