Created
May 2, 2015 21:31
-
-
Save sapslaj/9023cd5075d56c335b24 to your computer and use it in GitHub Desktop.
Tabs, data attributes, and stuff
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
| <ul class="tabs" data-view-template="#some-handlebars-template"> | |
| <li data-remote="/some_rest_api/1">First Tab</li> | |
| <li data-remote="/some_rest_api/2">Second Tab</li> | |
| </ul> | |
| <div class="container" id="tab-container"> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment