This commit is contained in:
manzerbredes 2016-03-28 11:27:37 +02:00
parent 3cef0ea672
commit 60cfe3ebc0
3 changed files with 9 additions and 3 deletions

View file

@ -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();
};