Content updates

This commit is contained in:
magmahindenburg 2017-06-19 15:17:34 +09:00
commit c9e6b29413
26 changed files with 939 additions and 140 deletions

View file

@ -5,7 +5,7 @@ angular.module('copayApp.controllers').controller('collectEmailController', func
var wallet, walletId;
$scope.data = {};
// Get more info: https://mashe.hawksey.info/2014/07/google-sheets-as-a-database-insert-with-apps-script-using-postget-methods-with-ajax-example/
var URL = "https://script.google.com/macros/s/1ihZK47nRXHV8O8sA4VFKkRV8wB9iI-l4DwPOWAxIaJs/exec";
var URL = "https://script.google.com/macros/s/AKfycbyuuLpN7UvtMMHv2BNLfZ7N2m4y4N6MeTpGRGFvnkGHFr9SM60/exec";
var _post = function(dataSrc) {
return {

View file

@ -1,7 +1,8 @@
'use strict';
angular.module('copayApp.services').factory('feedbackService', function($http, $log, $httpParamSerializer, configService) {
var root = {};
var URL = "https://script.google.com/macros/s/AKfycbybtvNSQKUfgzgXcj3jYLlvCKrcBoktjiJ1V8_cwd2yVkpUBGe3/exec";
// var URL = "https://script.google.com/macros/s/1pWGRxVSUX9CxPqNAKZTppWHtDvyVtZv9HteY_TRQbWc/exec";
var URL = "https://script.google.com/macros/s/AKfycbyl6h1fTDQxS_Y-rubYN2O8eMZMa6hgAYrIlttdi0lsjsLMLVQ/exec";
root.send = function(dataSrc, cb) {
$http(_post(dataSrc)).then(function() {