Skip to content

Commit

Permalink
Step 15.3: Add usage for ng-hide
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent c625d37 commit f708e06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imports/ui/components/partiesList/partiesList.html
@@ -1,4 +1,7 @@
<party-add ng-show="partiesList.isLoggedIn"></party-add>
<div ng-hide="partiesList.isLoggedIn">
Log in to create a party!
</div>

<input type="search" ng-model="partiesList.searchText" placeholder="Search" />

Expand Down

0 comments on commit f708e06

Please sign in to comment.