File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Showcase/GroupDocs.Annotation-for-Java-using-Servlets/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ <h1>GroupDocs.Annotation for Java</h1>
7979 {{ item.annotation.fieldText }}
8080 </ md-card-content >
8181 < md-card-actions layout ="row " layout-align ="end center ">
82- < md-button class ="md-icon-button " aria-label ="Edit ">
82+ < md-button class ="md-icon-button " aria-label ="Edit " ng-disabled =" true " >
8383 < md-icon > edit</ md-icon >
8484 </ md-button >
85- < md-button class ="md-icon-button " aria-label ="Reply ">
85+ < md-button class ="md-icon-button " aria-label ="Reply " ng-disabled =" true " >
8686 < md-icon > reply</ md-icon >
8787 </ md-button >
88- < md-button class ="md-icon-button " aria-label ="Save ">
88+ < md-button class ="md-icon-button " aria-label ="Save " ng-disabled =" true " >
8989 < md-icon > save</ md-icon >
9090 </ md-button >
9191 < md-button class ="md-icon-button " aria-label ="Delete " ng-click ="deleteAnnotation(item) ">
You can’t perform that action at this time.
0 commit comments