File tree Expand file tree Collapse file tree
src/main/webapp/wise5/components/match/edit-match-advanced Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 </ div >
1616 < div >
1717 < md-checkbox class ='md-primary '
18- ng-model ='$ctrl.authoringComponentContent.showSaveButton '
18+ ng-if ='$ctrl.isNotebookEnabled() '
19+ ng-model ='$ctrl.authoringComponentContent.importPrivateNotes '
1920 ng-change ='$ctrl.componentChanged() '>
20- {{ ::'SHOW_SAVE_BUTTON ' | translate }}
21+ {{ ::'match.showPrivateNotesAsChoices ' | translate }}
2122 </ md-checkbox >
2223 </ div >
2324 < div >
2425 < md-checkbox class ='md-primary '
25- ng-model ='$ctrl.authoringComponentContent.showSubmitButton '
26+ ng-model ='$ctrl.authoringComponentContent.showSaveButton '
2627 ng-change ='$ctrl.componentChanged() '>
27- {{ ::'SHOW_SUBMIT_BUTTON ' | translate }}
28+ {{ ::'SHOW_SAVE_BUTTON ' | translate }}
2829 </ md-checkbox >
2930 </ div >
3031 < div >
3132 < md-checkbox class ='md-primary '
32- ng-if ='$ctrl.isNotebookEnabled() '
33- ng-model ='$ctrl.authoringComponentContent.importPrivateNotes '
33+ ng-model ='$ctrl.authoringComponentContent.showSubmitButton '
3434 ng-change ='$ctrl.componentChanged() '>
35- {{ ::'match.showPrivateNotesAsChoices ' | translate }}
35+ {{ ::'SHOW_SUBMIT_BUTTON ' | translate }}
3636 </ md-checkbox >
3737 </ div >
3838 < div >
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ export const EditMatchAdvancedComponent = {
2727 componentId : '@'
2828 } ,
2929 controller : EditMatchAdvancedController ,
30- templateUrl : 'wise5/components/label /edit-label -advanced/edit-label -advanced.component.html'
30+ templateUrl : 'wise5/components/match /edit-match -advanced/edit-match -advanced.component.html'
3131} ;
You can’t perform that action at this time.
0 commit comments