Update Comment
[src/app-framework-demo.git] / afm-client / app / Frontend / pages / Dashboard / DashboardModule.js
index 83408a5..0114a26 100644 (file)
@@ -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;