From 1a4ed39bf86b2115eb0f1387d1e988462b492776 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Thu, 28 Jan 2016 12:45:10 +0100 Subject: Update Comment --- afm-client/app/Frontend/pages/Dashboard/DashboardModule.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js b/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js index 83408a5..0114a26 100644 --- a/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js +++ b/afm-client/app/Frontend/pages/Dashboard/DashboardModule.js @@ -57,8 +57,8 @@ angular.module('DashboardModule', ['SubmitButton', 'TokenRefresh', 'AppliButton' scope.FileUploaded = function (response) { console.log ("file Uploaded"); - // Cannot display post results as GetRunnable will overload them - scope.request = "/api/afm-main/runnable"; + // Cannot display post results as GetRunnable will overload them aynchronously + scope.request = "/api/afm-main/install"; scope.response = response.headers; scope.errcode = response.status; -- cgit 1.2.3-korg