Add ng-cloak to make start-up not flicker the html template

Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/e7803385
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/e7803385
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/e7803385

Branch: refs/heads/master
Commit: e780338523e4f711e49cb29f8739cd5bff3bb41d
Parents: 098cc0a
Author: Andrew Grieve <[email protected]>
Authored: Wed May 28 22:21:56 2014 -0400
Committer: Andrew Grieve <[email protected]>
Committed: Wed May 28 22:21:56 2014 -0400

----------------------------------------------------------------------
 www/cdvah/harnessmenu.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/e7803385/www/cdvah/harnessmenu.html
----------------------------------------------------------------------
diff --git a/www/cdvah/harnessmenu.html b/www/cdvah/harnessmenu.html
index 48e2a4b..41b9d6a 100644
--- a/www/cdvah/harnessmenu.html
+++ b/www/cdvah/harnessmenu.html
@@ -41,7 +41,7 @@
         <link rel="stylesheet" type="text/css" 
href="css/topcoat-mobile-light.min.css" />
         <link rel="stylesheet" type="text/css" href="css/style.css" />
     </head>
-    <body>
+    <body ng-cloak>
         <div class="topcoat-navigation-bar">
             <div class="topcoat-navigation-bar__item center full">
                 <h1 class="topcoat-navigation-bar__title">{{ appTitle }} v{{ 
appVersion }}</h1>

Reply via email to