Change domain for the images

This commit is contained in:
Chris Sewell
2014-12-09 15:38:07 -05:00
parent 803d4170ae
commit 257a12d746

View File

@ -2,7 +2,7 @@
<div ng-repeat="post in posts" class="masonry-brick">
<div class="box col3">
<div class="thumbnail">
<img class="img-rounded" ng-show="post.image" ng-src="http://wootroot.me:8001/unsafe/280x0/{{post.image}}">
<img class="img-rounded" ng-show="post.image" ng-src="http://atlanticbiomedical.com:8001/unsafe/280x0/{{post.image}}">
<div class="caption text-center">
<h3>{{post.title}}</h3>
<p>{{post.preview}}</p>