From 2fcb84437cb43ade12682a92b764f13cac77dfe7 Mon Sep 17 00:00:00 2001 From: Tim Kindberg Date: Mon, 3 Mar 2014 15:16:57 -0500 Subject: [PATCH] fix(sample): Contacts menu button not staying active when navigating to detail states. Need to use ngClass in this instance. --- sample/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/index.html b/sample/index.html index 1096bf642..6b749fd8b 100644 --- a/sample/index.html +++ b/sample/index.html @@ -39,7 +39,7 @@ -
  • Contacts
  • +
  • Contacts
  • About