fix(nav): auto set iOS black transition bg via css

This commit is contained in:
Adam Bradley
2016-06-20 14:12:13 -05:00
parent 3a7addf7b0
commit 7842991c1a
5 changed files with 20 additions and 10 deletions

View File

@ -1324,9 +1324,6 @@ export class NavController extends Ion {
// class to the nav when it's finished its first transition
if (!this._init) {
this._init = true;
if (!this.isPortal) {
this._renderer.setElementClass(this.getNativeElement(), 'has-views', true);
}
}
} else {