UIAngular/Client/src/app/components/popups/ok-popup/ok-popup.component.html

5 lines
165 B
HTML

<div md-dialog-title>{{title}}</div>
<div md-dialog-content>{{message}}</div>
<div md-dialog-actions>
<button md-raised-button (click)="close()">OK</button>
</div>