From 1b71fd76f0e663c34d109f28d65577b47033854c Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Mon, 14 May 2018 13:19:58 +0530 Subject: [PATCH] Added controller in solution --- 400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj | 1 + 400-SOURCECODE/AIAHTML5.Web/app/services/AuthenticationService.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj b/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj index f26de4f..90933ca 100644 --- a/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj +++ b/400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj @@ -120,6 +120,7 @@ + diff --git a/400-SOURCECODE/AIAHTML5.Web/app/services/AuthenticationService.js b/400-SOURCECODE/AIAHTML5.Web/app/services/AuthenticationService.js index ead3a7e..427b498 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/services/AuthenticationService.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/services/AuthenticationService.js @@ -117,7 +117,8 @@ url: 'API/api/Configuration/GetConfigurationvalues' }).success(function (data, status, headers, config) { - console.log('success' + data); + console.log('success' + data); + deferred.resolve(data); }).error(function (data, status, headers, config) { -- libgit2 0.21.4