Test
This commit is contained in:
parent
3cef0ea672
commit
60cfe3ebc0
3 changed files with 9 additions and 3 deletions
|
@ -7,6 +7,7 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I
|
|||
{
|
||||
|
||||
var callMeAfterPullData=function(data){
|
||||
console.log(data);
|
||||
$scope.machines=Compute.getData().machines;
|
||||
Loading.stop();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue