Skip to content

Commit

Permalink
Added state for test/stream button
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Oct 24, 2015
1 parent b3511d5 commit 6984df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<p class="streamLinkBottom">{{{ state.store.streamLink }}}</p>
</div>
</div>
<stream-button>
<stream-button v-if="state.store.streamLink == ''">
</stream-button>

<test-button v-if="state.store.hasStatusItems">
<test-button v-if="state.store.hasStatusItems && state.store.streamLink == ''">
</test-button>
</div>

Expand Down

0 comments on commit 6984df8

Please sign in to comment.