Skip to content

Commit 14b5767

Browse files
committed
add missing ng-cloak directive
1 parent 4b5b468 commit 14b5767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index-async.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<title>My AngularJS App</title>
4444
<link rel="stylesheet" href="css/app.css">
4545
</head>
46-
<body>
46+
<body ng-cloak>
4747
<ul class="menu">
4848
<li><a href="#/view1">view1</a></li>
4949
<li><a href="#/view2">view2</a></li>

0 commit comments

Comments
 (0)