started user zone, post new event started, needs more implementation

This commit is contained in:
arnaucode
2017-02-21 22:39:52 +01:00
parent c9ee46d739
commit c41f5e016d
7 changed files with 127 additions and 1 deletions

8
www/js/userZone.js Normal file
View File

@@ -0,0 +1,8 @@
angular.module('app.userZone', ['pascalprecht.translate'])
.controller('UserZoneCtrl', function($scope, $http, $ionicModal, $timeout, $ionicLoading, $filter) {
});