Skip to content

Commit 1d1505e

Browse files
dotansimhadarkbasic
authored andcommitted
Step 12.5: Added stub for messages attachment menu
1 parent a94d788 commit 1d1505e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import { Component } from '@angular/core';
2+
import { ModalController, ViewController } from 'ionic-angular';
3+
4+
@Component({
5+
selector: 'messages-attachments',
6+
templateUrl: 'messages-attachments.html'
7+
})
8+
export class MessagesAttachmentsComponent {
9+
constructor(
10+
private viewCtrl: ViewController,
11+
private modelCtrl: ModalController
12+
) {}
13+
}

0 commit comments

Comments
 (0)