Commit 180bf0f8 by lepdou

Merge pull request #188 from lepdou/multirequest

bugfix
parents 7c02e344 3ec07c12
......@@ -81,7 +81,7 @@ application_module.controller("ConfigBaseInfoController",
console.log(AppUtil.errorMsg(result));
});
$scope.selectedEnvs = [];
$scope.toggleSelection = function toggleSelection(env) {
var idx = $scope.selectedEnvs.indexOf(env);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment