Skip to content

Commit

Permalink
fix: render-array and render-object attributes renamed to render
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 23, 2023
1 parent 6db936e commit baa8d32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/getProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Profile - Linkedin</h1>
class="template card card margin:10px"
value="{{data._id}}"
template_id="getLinkedinProfile"
render-array="data">
render="data">
<div
class="display:flex justify-content:space-between align-items:center width:100%">
<div class="display:flex">
Expand Down
4 changes: 2 additions & 2 deletions demo/managePost.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>Profile - Post</h1>
class="template card card margin:10px"
value="{{data._id}}"
template_id="publishPost"
render-array="data">
render="data">
<div
class="display:flex justify-content:space-between align-items:center width:100%">
<div class="display:flex">
Expand Down Expand Up @@ -75,7 +75,7 @@ <h1>Profile - Post</h1>
class="template card card margin:10px"
value="{{data._id}}"
template_id="publishPost"
render-array="data">
render="data">
<h3 class="margin-right:10px" value="{{data.status}}">
Delete Status
</h3>
Expand Down

0 comments on commit baa8d32

Please sign in to comment.