From bd00b9a967020f6d70caabfd42129b6815963864 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 1 Apr 2011 13:48:39 -0700 Subject: [PATCH] removing display:none + ng:show from index.html the best practice is not to use angular markup in index.html so the hide/show thing is not needed. instead of
{{foo}}
use
in index.html. In other templates it is totally fine to use markup. --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 0b7dfb0..e62bac8 100644 --- a/app/index.html +++ b/app/index.html @@ -5,7 +5,7 @@ my angular app - +