From 7ac6ee4ccf2b4f661994719137019c7bc5ac0b91 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 2 Dec 2015 08:37:39 -0600 Subject: [PATCH] chore(): wtf rename --- ionic/components/nav/nav-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/nav/nav-controller.ts b/ionic/components/nav/nav-controller.ts index 54b6f960c6..ea955f8ce2 100644 --- a/ionic/components/nav/nav-controller.ts +++ b/ionic/components/nav/nav-controller.ts @@ -898,7 +898,7 @@ export class NavController extends Ion { // guts of DynamicComponentLoader#loadIntoLocation this._compiler.compileInHost(viewCtrl.componentType).then(hostProtoViewRef => { - let wtfScope = wtfCreateScope('ionic.NavController#loadPage after compile ' + viewCtrl.name)(); + let wtfScope = wtfCreateScope('ionic.NavController#loadPage_After_Compile')(); let providers = this.providers.concat(Injector.resolve([ provide(ViewController, {useValue: viewCtrl}),