mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Merge branch 'alpha50' into css-refactor
This commit is contained in:
@ -132,7 +132,7 @@ export class TextInput {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onInit() {
|
||||
ngOnInit() {
|
||||
if (this.input && this.label) {
|
||||
// if there is an input and an label
|
||||
// then give the label an ID
|
||||
@ -443,7 +443,7 @@ export class TextInput {
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
onDestroy() {
|
||||
ngOnDestroy() {
|
||||
this.deregMove();
|
||||
this.form.deregister(this);
|
||||
}
|
||||
@ -486,7 +486,7 @@ export class TextInputElement {
|
||||
}
|
||||
}
|
||||
|
||||
onInit() {
|
||||
ngOnInit() {
|
||||
this.wrapper && this.wrapper.hasValue(this.value);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user