Created
November 20, 2014 19:50
-
-
Save didoo/6bf8322e53f9e8c34038 to your computer and use it in GitHub Desktop.
Because more is more
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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