Merge branch 'alpha50' into css-refactor

This commit is contained in:
Adam Bradley
2015-12-09 07:47:30 -06:00
27 changed files with 71 additions and 49 deletions

View File

@@ -160,7 +160,7 @@ export class Switch {
/**
* @private
*/
onInit() {
ngOnInit() {
this.labelId = 'label-' + this.inputId;
}
@@ -238,7 +238,7 @@ export class Switch {
/**
* @private
*/
onDestroy() {
ngOnDestroy() {
this.removeMoveListener();
this.switchEle = this.addMoveListener = this.removeMoveListener = null;
this.form.deregister(this);