fix wrong bool

This commit is contained in:
erezyo
2019-02-03 11:47:24 +02:00
parent c7da92385e
commit 83c3c65fb3
+1 -1
View File
@@ -45,7 +45,7 @@ export function react2angular<Props>(
}
}
componentWillUnmount() {
this.isDestroyed = false
this.isDestroyed = true
unmountComponentAtNode(this.$element[0])
}
}]