Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing articles
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed May 2, 2014
1 parent 0b3dead commit 38f08ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="list-group-item-heading">{{article.title}}</h4>
<p class="list-group-item-text">{{article.content}}</p>
</a>
</div>
<div class="alert alert-warning text-center" data-ng-hide="!articles || articles.length">
<div class="alert alert-warning text-center" data-ng-hide="!articles.$resolved || articles.length">
No articles yet, why don't you <a href="/#!/articles/create">create one</a>?
</div>
</section>

0 comments on commit 38f08ff

Please sign in to comment.