map touch bug fixed, and share event improved

This commit is contained in:
arnaucode
2017-02-24 01:54:39 +01:00
parent 24e670eb1c
commit 2d74104047
4 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
angular.module('app.events', ['pascalprecht.translate'])
.controller('EventsCtrl', function($scope, $http, $ionicModal,
$timeout, $ionicLoading, $filter) {
$timeout, $ionicLoading, $filter, $cordovaSocialSharing) {
$scope.events=[];