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