Update Comment
authorFulup Ar Foll <fulup@iot.bzh>
Thu, 28 Jan 2016 11:45:10 +0000 (12:45 +0100)
committerFulup Ar Foll <fulup@iot.bzh>
Thu, 28 Jan 2016 11:46:17 +0000 (12:46 +0100)
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;