Commit 9e3b6bd2 by lepdou

Revert "."

This reverts commit 58d59c1f.
parent 013ca304
......@@ -141,7 +141,6 @@ application_module.controller("ConfigNamespaceController",
releaseNamespace.namespace.namespaceName, $scope.releaseTitle,
$scope.releaseComment).then(
function (result) {
$('#releaseModal').modal('hide');
toastr.success("发布成功");
//refresh all namespace items
$rootScope.refreshNamespaces();
......
application_module.controller("ItemCreateController",
['$rootScope', '$scope', '$location', 'toastr', 'AppService', 'AppUtil',
function ($rootScope, $scope, $location, toastr, AppService, AppUtil) {
$scope.create = function () {
console.log("xx");
};
$scope.key = 'xx';
}]);
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