MyAppuccino Article template.
<!-- Include the header file --> | |
<div ng-include="app.app.base_url + 'partials/header.html'"></div> | |
<!-- Include the header file --> | |
<div class="page-has-header page-has-footer"> | |
<h2 ng-bind="data.blog_posts[params.pid].post_title"></h2> | |
<p class="uk-text-meta">Posted <span ng-bind="data.blog_posts[params.pid].post_date"></span></p> | |
<p ng-bind="data.blog_posts[params.pid].post_content"></p> | |
</div> | |
<!-- Include the footer file --> | |
<div ng-include="app.app.base_url + 'partials/footer.html'"></div> | |
<!-- Include the footer file --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment