Estelle Derrien
Estelle Derrien
Same problem
EDIT ! FInnally just resolved my thing and found a way to display 2 maps with 2 infos window ! THis is the code i 've now in my controller...
I have added console.log($scope.events); console.log($scope.eventSources); inside the $scope.alertOnDrop function, and both are not updated after a drag and drop
This is how my event look like when i dragged it 👍 ``` _allDay: false _end: Object { _isAMomentObject: true, _i: "2019-02-01T23:00:00.000Z", _f: "YYYY-MM-DDTHH:mm:ss.SSSSZ", … } _id: 2...
Well, i 've found something who will probably work , it is updating $scope.eventSources correctly now after dragging: ``` $scope.alertOnDrop = function(event, delta, revertFunc, jsEvent, ui, view){ $scope.alertMessage = ('Event...
Hello, please could you provide a more complete example for adding BIG pictures inside events, thank you
Hello, How could I add a middleware permissions access to it ? **This is my node code :** ``` var proxy = require('express-proxy-server'); app.use('/api', proxy('http://localhost:3000/api')); ``` This is one of...
Hello ! I wonder if you have found a solution ? I 'm using sql.js and need to export the user DB to a PHP server, thank you !