mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
savedEvents system implemented
This commit is contained in:
@@ -55,9 +55,9 @@ angular.module('app.event', ['pascalprecht.translate', 'ui-leaflet'])
|
||||
$scope.doRefresh();
|
||||
|
||||
|
||||
$scope.share = function(){
|
||||
var message = "hola, això ho comparteixo";
|
||||
var subject = 'compartició';
|
||||
$scope.share = function(event){
|
||||
var message = event.description;
|
||||
var subject = event.title;
|
||||
var file= ['',''];
|
||||
var link = "http://duckduckgo.com";
|
||||
$cordovaSocialSharing
|
||||
|
||||
Reference in New Issue
Block a user