Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
9e3b6bd2
Commit
9e3b6bd2
authored
May 19, 2016
by
lepdou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "."
This reverts commit
58d59c1f
.
parent
013ca304
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
config.html
apollo-portal/src/main/resources/static/config.html
+0
-0
ConfigNamespaceController.js
...tatic/scripts/controller/app/ConfigNamespaceController.js
+0
-1
ItemCreateController.js
...ces/static/scripts/controller/app/ItemCreateController.js
+0
-14
No files found.
apollo-portal/src/main/resources/static/config.html
View file @
9e3b6bd2
This diff is collapsed.
Click to expand it.
apollo-portal/src/main/resources/static/scripts/controller/app/ConfigNamespaceController.js
View file @
9e3b6bd2
...
...
@@ -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
();
...
...
apollo-portal/src/main/resources/static/scripts/controller/app/ItemCreateController.js
deleted
100644 → 0
View file @
013ca304
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'
;
}]);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment