add inlined ng:cloak definition to the async template
This commit is contained in:
parent
68ed658f4a
commit
9806336556
@ -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
|
||||
/*
|
||||
|
Reference in New Issue
Block a user