Skip to content

Commit

Permalink
fix: using correct html-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Angamanga committed Apr 19, 2022
1 parent 8b6de60 commit b8b2f6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion legacy/app/data/post-view-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ <h4 translate>post.no_posts_yet</h4>
</div>
<div class="post-col" ng-class="{'active' : activeCol === 'post' }">
<!-- Verify if we need all these bindings ie. parentForm savingPost -->
<post-detail-data ui-view filters="filters" is-loading="isLoading" saving-post="savingPost"></post-detail-data>
<div
ui-view
filters="filters"
is-loading="isLoading"
saving-post="savingPost"
></div>
</div>
</div>
<ush-logo></ush-logo>
Expand Down

0 comments on commit b8b2f6e

Please sign in to comment.