Merge "No more braces-style eslint errors"
This commit is contained in:
@@ -41,9 +41,15 @@
|
||||
'$modal'
|
||||
];
|
||||
|
||||
function ContainersController(swiftAPI, containersModel, basePath, baseRoute, containerRoute,
|
||||
simpleModalService, toastService, $location, $modal)
|
||||
{
|
||||
function ContainersController(swiftAPI,
|
||||
containersModel,
|
||||
basePath,
|
||||
baseRoute,
|
||||
containerRoute,
|
||||
simpleModalService,
|
||||
toastService,
|
||||
$location,
|
||||
$modal) {
|
||||
var ctrl = this;
|
||||
ctrl.model = containersModel;
|
||||
ctrl.model.initialize();
|
||||
|
||||
@@ -39,9 +39,13 @@
|
||||
'$scope'
|
||||
];
|
||||
|
||||
function ObjectsController(containersModel, containerRoute, batchActions,
|
||||
rowActions, $q, $routeParams, $scope)
|
||||
{
|
||||
function ObjectsController(containersModel,
|
||||
containerRoute,
|
||||
batchActions,
|
||||
rowActions,
|
||||
$q,
|
||||
$routeParams,
|
||||
$scope) {
|
||||
var ctrl = this;
|
||||
|
||||
ctrl.rowActions = rowActions;
|
||||
|
||||
Reference in New Issue
Block a user