Erreur !
This commit is contained in:
parent
847e4c04ae
commit
d1991fca2b
2 changed files with 13 additions and 2 deletions
|
@ -13,6 +13,8 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', function ($s
|
|||
// Retrieve all Data
|
||||
Compute.pullData(updatePage);
|
||||
|
||||
Compute.getMachines(function(adzda){});
|
||||
|
||||
$scope.raiseShowMachineDetailsEvent=function(){
|
||||
var machine={name: "Machine 1", online:true};
|
||||
$rootScope.$broadcast("showMachineDetailsEvent", machine);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue