mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Shtuffs
This commit is contained in:
@ -20,6 +20,10 @@ class IonicApp {
|
||||
note : ['', Validators.required]
|
||||
});
|
||||
}
|
||||
|
||||
deleteClicked() {
|
||||
alert('Deleting');
|
||||
}
|
||||
}
|
||||
|
||||
bootstrap(IonicApp)
|
||||
|
Reference in New Issue
Block a user