This commit is contained in:
Max Lynch
2015-05-07 18:51:32 -05:00
parent 69ad5777bd
commit 9ec9d23341
10 changed files with 57 additions and 25 deletions

View File

@ -20,6 +20,10 @@ class IonicApp {
note : ['', Validators.required]
});
}
deleteClicked() {
alert('Deleting');
}
}
bootstrap(IonicApp)