Last change
on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
539 bytes
|
Line | |
---|
1 | <div class="parent-container">
|
---|
2 | <div class="container">
|
---|
3 | <form class="example-form">
|
---|
4 | <div class="add-answer">
|
---|
5 | <h3>Содржина</h3>
|
---|
6 | <textarea name="content" [(ngModel)]="content" placeholder="Внесете го вашиот одговор овде..."></textarea>
|
---|
7 | <div class="btn-div">
|
---|
8 | <button (click)="submit()"
|
---|
9 | [disabled]="content==null" type="button">Одговори на прашањето
|
---|
10 | </button>
|
---|
11 | </div>
|
---|
12 | </div>
|
---|
13 | </form>
|
---|
14 | </div>
|
---|
15 |
|
---|
16 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.