mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
9 lines
161 B
JavaScript
9 lines
161 B
JavaScript
angular.module('app.main', ['pascalprecht.translate'])
|
|
|
|
.controller('MainCtrl', function($scope, $http, $ionicModal, $timeout, $ionicLoading, $filter) {
|
|
|
|
|
|
|
|
|
|
});
|