Make some test
This commit is contained in:
parent
b0b2dc9a64
commit
3b569b6d00
2 changed files with 15 additions and 2 deletions
|
@ -16,6 +16,11 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I
|
|||
Loading.start();
|
||||
Compute.pullData(callMeAfterPullData);
|
||||
}
|
||||
else{
|
||||
if(Identity.isAlreadyLogin()){
|
||||
callMeAfterPullData();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Image.getImages(function(){});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue