summaryrefslogtreecommitdiff
path: root/client/js/controllers/home/home.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/controllers/home/home.js')
-rwxr-xr-xclient/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 3332a10..ec6fb6e 100755
--- a/client/js/controllers/home/home.js
+++ b/client/js/controllers/home/home.js
@@ -44,7 +44,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);
}