Skip to content

Commit

Permalink
Fixed issue in navigation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractcoder committed Jul 11, 2013
1 parent 33367c1 commit d858781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ The `data-view-*` attribute is set in the `<a>` or `<button>` element to set the
``` html
<section id="main">
<article id="article_1" class="active">
<button class="button" data-view-article="article_1" data-icon="forward">To article_2</button>
<button class="button" data-view-article="article_2" data-icon="forward">To article_2</button>
</article>
<article id="article_2">
<button class="button" data-view-article="article_2" data-icon="home" data-label="To article_1"></button>
<button class="button" data-view-article="article_1" data-icon="home" data-label="To article_1"></button>
</article>
</section>
```
Expand Down

0 comments on commit d858781

Please sign in to comment.