summaryrefslogtreecommitdiff
path: root/client/js/controllers/home
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/controllers/home')
-rw-r--r--client/js/controllers/home/home.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/js/controllers/home/home.js b/client/js/controllers/home/home.js
index 2b355b1..835d6ac 100644
--- a/client/js/controllers/home/home.js
+++ b/client/js/controllers/home/home.js
@@ -29,7 +29,7 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I
if(Identity.isAlreadyLogin()){
- if(Compute.getData().machines == null{
+ if(Compute.getData().machines == null){
Loading.start();
Compute.pullData(callMeAfterPullData);
}