add inlined ng:cloak definition to the async template
authorIgor Minar <igor@angularjs.org>
Tue, 24 Jan 2012 01:42:16 +0000 (17:42 -0800)
committerIgor Minar <igor@angularjs.org>
Tue, 24 Jan 2012 01:42:16 +0000 (17:42 -0800)
app/index-async.html

index 448034e..f589385 100644 (file)
@@ -2,6 +2,11 @@
 <html xmlns:ng="http://angularjs.org/">
 <head>
   <meta charset="utf-8">
+  <style>
+    [ng\\:cloak] {
+      display: none;
+    }
+  </style>
   <script>
     // include angular loader, which allows the files to load in any order
     /*