Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 440b90a

Browse files
committed
Consistent use of ###### Note: blocks
1 parent 082d5b0 commit 440b90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/15-cloaking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Cloaking
22

3-
__Note:__ Cloaking is a bit of an advanced trick but we thought you might enjoy it :) Feel free to skip over this section if you'd like.
3+
###### Note: Cloaking is a bit of an advanced trick but we thought you might enjoy it :) Feel free to skip over this section if you'd like.
44

55
Angular has a really neat built-in feature called cloaking, which you can declare on an Element to tell Angular it needs cloaking (hide it) whilst it's still rendering. Cloaking allows you to hide any handlebars you might see flicker before Angular has rendered and loaded your data. E.g. `{{user.name}}` before the user data has had time to load.
66

@@ -27,4 +27,4 @@ This is 100% reliable and hides any cloaked elements immediately, even without A
2727
<div ng-cloak>
2828
{{ someData }}
2929
</div>
30-
```
30+
```

0 commit comments

Comments
 (0)