Skip to content

Commit 0676801

Browse files
committed
adds a README with proper reference to amazing macchie
1 parent 786afe9 commit 0676801

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This amazing component was adapted for ionic 2 and was originally created for ionic 1 by [macchie](https://github.com/macchie/popupMenu) and can be found [here](https://github.com/macchie/popupMenu).

src/pages/popup-menu/popup-menu-one/popup-menu-one.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ export class PopupMenuOnePage {
1313
return this.menu_is_open = !this.menu_is_open;
1414
};
1515

16-
ionViewDidLoad() {
17-
console.log('Hello ProfileTwo Page');
18-
}
19-
2016
goToAccount() {
2117
alert('Account clicked.');
2218
this.togglePopupMenu();

src/pages/popup-menu/popup-menu.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export class PopupMenuListPage {
2222
}
2323

2424
itemTapped(event, item) {
25-
console.log('asjdiashd');
2625
this.navCtrl.push(item.page);
2726
}
2827
}

0 commit comments

Comments
 (0)