From 86383739833a6a0ed9da02370227a62355247181 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Sun, 23 Feb 2014 12:42:20 +0100 Subject: [PATCH] merged with master --- js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controllers.js b/js/controllers.js index a9bc74bc..a3d614c1 100644 --- a/js/controllers.js +++ b/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 {