refactor(ui): fix lint issue

pull/79/head
Anthony Lapenna 2016-07-14 11:29:41 +12:00
parent 8464faa2a1
commit 8243326692
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function ($scope, $q, Config, Container, Image, Network, Volume, Info) {
Image.query({}).$promise,
Volume.query({}).$promise,
Network.query({}).$promise,
Info.get({}).$promise,
Info.get({}).$promise
]).then(function (d) {
prepareContainerData(d[0]);
prepareImageData(d[1]);