Skip to content

Commit 0ebf111

Browse files
author
David Adam Justice
committed
add ng-cloak to example
1 parent 7fcfcb1 commit 0ebf111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap-example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>The Generated Form</h3>
3030
<form name="ngform" sf-model="person" sf-form="form" sf-schema="schema" sf-decorator="{{decorator}}">
3131
</form>
3232
<h3>Model</h3>
33-
<pre>{{pretty()}}</pre>
33+
<pre ng-cloak>{{pretty()}}</pre>
3434
</div>
3535
<div class="col-sm-8">
3636
<h3>Form</h3>

0 commit comments

Comments
 (0)