Skip to content

Instantly share code, notes, and snippets.

@didoo
Created November 20, 2014 19:50
Show Gist options
  • Save didoo/6bf8322e53f9e8c34038 to your computer and use it in GitHub Desktop.
Save didoo/6bf8322e53f9e8c34038 to your computer and use it in GitHub Desktop.
Because more is more
<div class="show-more-link">
<button class="btn--special-show-more" data-ng-show="truncated" data-ng-click="toggle()">
<span class="show-more--more ng-binding ng-hide" data-ng-show="!expanded">Show more</span>
<span class="show-more--less ng-binding" data-ng-show="expanded">Show less</span>
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment