Correction Erreur
This commit is contained in:
parent
d3fc2ab36c
commit
0dc17aa9ef
5 changed files with 10 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue