Adding in an outline of a front-end for retrieving messages from the backend api.

This commit is contained in:
charltonaustin 2016-10-06 15:58:47 -04:00
parent df4e58f3e4
commit 1dbd27934f
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<div class="announcement inline" ng-show="messages.length">
<div ng-repeat="message in messages">
<a ng-href="" class="quay-service-status-description">{{ message.content }}</a>
</div>
</div>