[ui] getting clusters data from /clusters instead of stub

This commit is contained in:
Papa Balyo 2013-10-17 05:49:53 -07:00 committed by Maxim Kulkin
parent 25ffc2fb3b
commit 980d0b52ea

View File

@ -1,4 +1,3 @@
'use strict';
/* Controllers */ /* Controllers */
@ -37,5 +36,4 @@ angular.module('rubick.controllers', []).
$scope.newCluster = undefined; $scope.newCluster = undefined;
$('#add-cluster-modal').modal('hide'); $('#add-cluster-modal').modal('hide');
} }
}]) }])