1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

remove unnecessary comment and unneeded params obj

This commit is contained in:
John Mitchell 2016-06-15 17:06:45 -04:00
parent 7b5bbe52f3
commit 6bd3fcf8b0
2 changed files with 0 additions and 3 deletions

View File

@ -651,7 +651,6 @@ export default
};
$scope.formCancel = function () {
// the form was just copied in the previous state, it's safe to destroy on cancel
$state.go('jobTemplates');
};

View File

@ -14,8 +14,6 @@ export default {
data: {
activityStreamId: 'id'
},
params: {
},
ncyBreadcrumb: {
parent: 'jobTemplates',
label: "{{name}}"