savedEvents system implemented

This commit is contained in:
arnaucode
2017-02-20 15:35:57 +01:00
parent 21ef03b997
commit 3013dc962b
11 changed files with 271 additions and 33 deletions

View File

@@ -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