From 86f05304828771dbd1b1ab89babe8fdead4dcebb Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sun, 23 Feb 2014 12:42:05 +0100 Subject: [PATCH] Fixed sendCall migration #69 --- app/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/controllers.js b/app/js/controllers.js index a9bc74bc..a3d614c1 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -47,7 +47,7 @@ angular.module('myApp.controllers', []) MtpApiManager.invokeApi('auth.sendCall', { phone_number: $scope.credentials.phone_number, phone_code_hash: $scope.credentials.phone_code_hash - }).then(function () { + }, options).then(function () { $scope.callPending.success = true; }); } else {