From 463e745ce78bf8258e7876a7e0f2eb2462c0dd6c Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Tue, 3 Jun 2014 02:28:55 +0200 Subject: [PATCH] Fast fix for broken filters and/or quick access stuff ng-if will create a new scope, so any `set` operations are on that new scope and not reflected in the parent scope. Using ng-show instead will not create a new scope and therefore does not have this issue. But different from ng-if, ng-show still creates a DOM but just hides it... --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a1a3439..cb84132 100755 --- a/index.html +++ b/index.html @@ -226,12 +226,12 @@
-
+