Skip to content

Commit

Permalink
add inlined ng:cloak definition to the async template
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jan 24, 2012
1 parent 68ed658 commit 9806336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/index-async.html
Expand Up @@ -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
/*
Expand Down

0 comments on commit 9806336

Please sign in to comment.