mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 19:56:40 +01:00
map touch bug fixed, and share event improved
This commit is contained in:
@@ -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=[];
|
||||
|
||||
Reference in New Issue
Block a user