mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
fix(nav): adds public willLoad lifecycle event
* fix(nav): adds public willLoad lifecycle event * test(menu): adds more asserts
This commit is contained in:

committed by
Adam Bradley

parent
504e6e0440
commit
033e1eae17
@ -423,7 +423,7 @@ export class PickerCmp {
|
||||
this.lastClick = 0;
|
||||
}
|
||||
|
||||
ionViewDidLoad() {
|
||||
ionViewWillLoad() {
|
||||
// normalize the data
|
||||
let data = this.d;
|
||||
|
||||
|
Reference in New Issue
Block a user