mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Add show and hide whether checkbox is active or not
This commit is contained in:
@@ -9,6 +9,7 @@ import { ContactsPage } from './contacts/contacts.page';
|
||||
})
|
||||
export class NewGroupPage implements OnInit {
|
||||
showLoader: boolean;
|
||||
showDuration: boolean;
|
||||
|
||||
constructor(
|
||||
private modalController: ModalController,
|
||||
@@ -18,6 +19,9 @@ export class NewGroupPage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
|
||||
}
|
||||
_ionChange(event){
|
||||
this.showDuration = event.detail.checked;
|
||||
}
|
||||
close(){
|
||||
this.modalController.dismiss();
|
||||
|
||||
Reference in New Issue
Block a user