fixing Cancel on job template edit

This commit is contained in:
jaredevantabor
2016-11-30 14:59:12 -08:00
parent 7b3d9168df
commit 0cde04a024

View File

@@ -621,7 +621,7 @@ export default
}; };
$scope.formCancel = function () { $scope.formCancel = function () {
$state.go('jobTemplates'); $state.go('templates');
}; };
// Related set: Add button // Related set: Add button