@@ -42,6 +42,7 @@ <h6>{{ ::'advancedAuthoringOptions' | translate }}</h6>
4242 < edit-component-max-score [authoring-component-content] ="audioOscillatorController.authoringComponentContent "> </ edit-component-max-score >
4343 < edit-component-width [authoring-component-content] ="audioOscillatorController.authoringComponentContent "> </ edit-component-width >
4444 < edit-component-rubric [authoring-component-content] ="audioOscillatorController.authoringComponentContent "> </ edit-component-rubric >
45+ < edit-component-tags [authoring-component-content] ="audioOscillatorController.authoringComponentContent "> </ edit-component-tags >
4546 </ div >
4647 < div >
4748 < div style ='height: 50; '>
@@ -115,57 +116,6 @@ <h6>{{ ::'advancedAuthoringOptions' | translate }}</h6>
115116 </ div >
116117 </ div >
117118 </ div >
118- < div style ='margin-top: 10px; margin-bottom: 10px; '>
119- < div style ='height: 50; '>
120- < label class ='node__label--vertical-alignment '>
121- {{ 'tags' | translate }}
122- </ label >
123- < md-button class ='topButton md-raised md-primary '
124- ng-click ='audioOscillatorController.addTag() '>
125- < md-icon > add</ md-icon >
126- < md-tooltip md-direction ='top '
127- class ='projectButtonTooltip '>
128- {{ 'addTag' | translate }}
129- </ md-tooltip >
130- </ md-button >
131- </ div >
132- < div ng-repeat ='tag in audioOscillatorController.authoringComponentContent.tags track by $index '>
133- < div layout ='row '>
134- < md-input-container style ='margin-bottom: 0px '>
135- < label > </ label >
136- < input ng-model ='audioOscillatorController.authoringComponentContent.tags[$index] '
137- ng-change ='audioOscillatorController.authoringViewComponentChanged() '
138- ng-model-options ='{ debounce: 1000 } '
139- size ='100 '
140- placeholder ='{{ "enterTag" | translate }} '/>
141- </ md-input-container >
142- < md-button class ='moveComponentButton md-raised md-primary '
143- ng-click ='audioOscillatorController.moveTagUp($index) '>
144- < md-icon > arrow_upward</ md-icon >
145- < md-tooltip md-direction ='top '
146- class ='projectButtonTooltip '>
147- {{ 'moveUp' | translate }}
148- </ md-tooltip >
149- </ md-button >
150- < md-button class ='moveComponentButton md-raised md-primary '
151- ng-click ='audioOscillatorController.moveTagDown($index) '>
152- < md-icon > arrow_downward</ md-icon >
153- < md-tooltip md-direction ='top '
154- class ='projectButtonTooltip '>
155- {{ 'moveDown' | translate }}
156- </ md-tooltip >
157- </ md-button >
158- < md-button class ='moveComponentButton md-raised md-primary '
159- ng-click ='audioOscillatorController.deleteTag($index) '>
160- < md-icon > delete</ md-icon >
161- < md-tooltip md-direction ='top '
162- class ='projectButtonTooltip '>
163- {{ 'DELETE' | translate }}
164- </ md-tooltip >
165- </ md-button >
166- </ div >
167- </ div >
168- </ div >
169119 < edit-component-json [node-id] ="audioOscillatorController.nodeId " [component-id] ="audioOscillatorController.componentId "> </ edit-component-json >
170120 </ div >
171121 < br />
0 commit comments