mirror of
https://github.com/atlanticbiomedical/website.git
synced 2025-07-01 18:07:27 -04:00
first commit
This commit is contained in:
6
src/app/details.html
Normal file
6
src/app/details.html
Normal file
@ -0,0 +1,6 @@
|
||||
<img ng-src="{{post.header}}">
|
||||
<div class="title">{{post.title}}</div>
|
||||
<div class="body">{{post.body}}</div>
|
||||
<div class="images">
|
||||
<img ng-repeat="image in images track by $index" ng-src="{{image}}">
|
||||
</div>
|
Reference in New Issue
Block a user