From d7dc03cf7aa4fc4a50ef6e0ca129de46845a6852 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 9 Jan 2014 20:11:52 -0500 Subject: [PATCH] fix fetchImage --- static/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/controllers.js b/static/js/controllers.js index 90f00b2bd..0b42f96bf 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -998,7 +998,7 @@ function ImageViewCtrl($scope, $routeParams, $rootScope, $timeout, ApiService) { }, 10); }; - var fetchImages = function() { + var fetchImage = function() { var params = { 'repository': namespace + '/' + name, 'image_id': imageid