Commit c1a5a42 1 parent 361a078 commit c1a5a42 Copy full SHA for c1a5a42
File tree 2 files changed +4
-5
lines changed
addon/templates/components
blueprints/infinity-template/files/app/templates/components
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
<div
3
3
{{ did-insert this.didInsertLoader this }}
4
4
class =" {{ this.loaderClassNames }}{{ if this.viewportEntered " in-viewport" }}{{ if this.isDoneLoading " reached-infinity" }} "
5
- data-test-infinity-loader>
6
-
7
- {{ #if hasBlock }}
5
+ data-test-infinity-loader
6
+ >
7
+ {{ #if ( has-block ) }}
8
8
{{ yield this.infinityModelContent }}
9
9
{{ else }}
10
10
{{ #if this.isDoneLoading }}
13
13
<span >{{ this.loadingText }} </span >
14
14
{{ /if }}
15
15
{{ /if }}
16
-
17
16
</div >
18
17
{{ /if }}
Original file line number Diff line number Diff line change 1
- {{ #if hasBlock }}
1
+ {{ #if ( has-block ) }}
2
2
{{ yield infinityModelContent }}
3
3
{{ else }}
4
4
{{ #if isDoneLoading }}
You can’t perform that action at this time.
0 commit comments