File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 3
3
#### Step tow - $ cd ./BotManager
4
4
#### Step three - $ npm install
5
5
#### Step four - $ ionic serve
6
+
7
+ <img src =" assets/img/speakers/giraffe.jpg " >
Original file line number Diff line number Diff line change 1
1
< ion-header >
2
2
3
- < ion-navbar >
4
- < ion-title > {{ 'LIST_MASTER_TITLE' | translate }}</ ion-title >
3
+ <!--< ion-navbar>-- >
4
+ <!--< ion-title>{{ 'LIST_MASTER_TITLE' | translate }}</ion-title>-- >
5
5
6
- < ion-buttons end >
7
- < button ion-button icon-only (click) ="addItem() ">
8
- < ion-icon name ="add "> </ ion-icon >
9
- < /button >
10
- < /ion-buttons >
11
- </ ion-navbar >
6
+ <!--< ion-buttons end>-- >
7
+ <!--< button ion-button icon-only (click)="addItem()">-- >
8
+ <!--< ion-icon name="add"></ion-icon>-- >
9
+ <!--< /button>-- >
10
+ <!--< /ion-buttons>-- >
11
+ <!--< /ion-navbar>-- >
12
12
13
13
</ ion-header >
14
14
15
15
< ion-content >
16
16
17
+ < div >
18
+ < ion-title > Bot Manager</ ion-title >
19
+
20
+ < ion-buttons end >
21
+ < button ion-button icon-only clear (click) ="addItem() ">
22
+ < ion-icon name ="add "> </ ion-icon >
23
+ </ button >
24
+ </ ion-buttons >
25
+ </ div >
26
+
17
27
< ion-list >
18
28
< ion-item-sliding *ngFor ="let item of currentItems ">
19
29
< button ion-item (click) ="openItem(item) ">
20
30
< ion-avatar item-start >
21
- < img [src] ="item.profilePic " />
31
+ < img [src] ="item.profilePic "/>
22
32
</ ion-avatar >
23
33
< h2 > {{item.name}}</ h2 >
24
34
<!-- <p>{{item.about}}</p> -->
@@ -32,4 +42,4 @@ <h2>{{item.name}}</h2>
32
42
</ion-item-options> -->
33
43
</ ion-item-sliding >
34
44
</ ion-list >
35
- </ ion-content >
45
+ </ ion-content >
You can’t perform that action at this time.
0 commit comments