Add delete machine
This commit is contained in:
parent
b2c76ddf0a
commit
cddd9682e6
4 changed files with 26 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
|||
*/
|
||||
mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','Identity', 'Image', function ($scope, Compute, $rootScope, Loading, Identity, Image)
|
||||
{
|
||||
$scope.raiseShowMachineCreationEvent = function () {
|
||||
$rootScope.$broadcast("showMachineCreationEvent", Compute.getData().axioms);
|
||||
};
|
||||
var displayMachine = function(){
|
||||
var machineNames = [];
|
||||
var i = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue