From: Fulup Ar Foll Date: Thu, 28 Jan 2016 11:45:10 +0000 (+0100) Subject: Update Comment X-Git-Tag: blowfish_2.0.1~33 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=commitdiff_plain;h=1a4ed39bf86b2115eb0f1387d1e988462b492776 Update Comment --- 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;