Test request

This commit is contained in:
manzerbredes 2016-03-06 14:42:50 +01:00
parent dad2e1de33
commit 3454c71f05
2 changed files with 13 additions and 6 deletions

View file

@ -3,7 +3,7 @@
*
* @param {$scope} $scope The $scope service from angular
*/
mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','Identity', function ($scope, Compute, $rootScope, Loading, Identity)
mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','Identity', 'Image', function ($scope, Compute, $rootScope, Loading, Identity, Image)
{
var callMeAfterPullData=function(data){
@ -17,7 +17,8 @@ mainApp.controller('homeCtrl', [ '$scope', 'Compute', '$rootScope', 'Loading','I
Compute.pullData(callMeAfterPullData);
}
Image.getImages(function(){});
$scope.raiseShowMachineDetailsEvent=function(id){