From a92acf0b35c5ef3bd529bf428b184044312c08b7 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 5 May 2015 11:11:41 -0500 Subject: [PATCH] Fixed noMatch chnage --- ionic/routing/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/routing/router.js b/ionic/routing/router.js index db3c66b35d..675f6944b8 100644 --- a/ionic/routing/router.js +++ b/ionic/routing/router.js @@ -52,7 +52,7 @@ export class RouterController { } } - return this.noMatch(); + return this._noMatch(); } /**