pull/1/head
parent
420c05bee4
commit
4318a6760a
@ -1,30 +1,30 @@ |
|||||||
<!--<section>--> |
<section> |
||||||
<!-- 大家好!我是:{{currentUser}}--> |
大家好!我是:{{currentUser}} |
||||||
<!--</section>--> |
</section> |
||||||
<!--<section *ngFor="let msg of messages">--> |
<section *ngFor="let msg of messages"> |
||||||
<!-- <section>{{msg}}</section>--> |
<section>{{msg}}</section> |
||||||
<!--</section>--> |
</section> |
||||||
<!--<section>--> |
<section> |
||||||
<!-- 当前登录用户:{{users}}--> |
当前登录用户:{{users}} |
||||||
<!--</section>--> |
</section> |
||||||
<!--<section>--> |
<section> |
||||||
<!-- <label>--> |
<label> |
||||||
<!-- <select name="type" [(ngModel)]="type">--> |
<select name="type" [(ngModel)]="type"> |
||||||
<!-- <option value="all">发送给所有人</option>--> |
<option value="all">发送给所有人</option> |
||||||
<!-- <option value="single">发送给个人</option>--> |
<option value="single">发送给个人</option> |
||||||
<!-- </select>--> |
</select> |
||||||
<!-- </label>--> |
</label> |
||||||
<!--</section>--> |
</section> |
||||||
<!--<section>--> |
<section> |
||||||
<!-- <label *ngIf="type === 'single'">--> |
<label *ngIf="type === 'single'"> |
||||||
<!-- <select name="user" [(ngModel)]="sendToUser">--> |
<select name="user" [(ngModel)]="sendToUser"> |
||||||
<!-- <option *ngFor="let person of users" [value]="person">{{person}}</option>--> |
<option *ngFor="let person of users" [value]="person">{{person}}</option> |
||||||
<!-- </select>--> |
</select> |
||||||
<!-- </label>--> |
</label> |
||||||
<!--</section>--> |
</section> |
||||||
<!--<p *ngIf="error">{{error | json}}</p>--> |
<p *ngIf="error">{{error | json}}</p> |
||||||
<!--<p *ngIf="completed">completed!</p>--> |
<p *ngIf="completed">completed!</p> |
||||||
<!--<label>--> |
<label> |
||||||
<!-- <input type="text" [(ngModel)]="message">--> |
<input type="text" [(ngModel)]="message"> |
||||||
<!--</label>--> |
</label> |
||||||
<!--<button (click)="send()">发送</button>--> |
<button (click)="send()">发送</button> |
||||||
|
Loading…
Reference in new issue