We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee9aee2 + 6fc09bb commit 3c5a9d8Copy full SHA for 3c5a9d8
1 file changed
client/directives/components/newContainer/forms/configureNewServiceView.jade
@@ -101,7 +101,7 @@ footer.modal-footer.clearfix
101
)
102
span(
103
ng-if = "$root.featureFlags.composeNewService && NCC.state.repo"
104
- ) {{$root.featureFlags.composeEditing ? 'Save Changes' : 'NCC.getNextStepText()'}}
+ ) {{$root.featureFlags.composeEditing ? 'Save Changes' : NCC.getNextStepText()}}
105
106
ng-if = "NCC.state.templateSource"
107
) Add Service
0 commit comments