Browse Source

fixing the push example.

pull/249/head
connors 11 years ago
parent
commit
f62a1fa78b
  1. 4
      components.html

4
components.html

@ -1008,7 +1008,7 @@ document
<div class="content">
<ul class="table-view">
<li>
<a href="two.html" data-transition="slide-in">
<a href="{{ page.base_url }}two.html" data-transition="slide-in">
Load new page with push
</a>
<span class="chevron"></span>
@ -1024,7 +1024,7 @@ document
<div class="content">
<ul class="table-view">
<li>
<a href="two.html" data-transition="slide-in">
<a href="{{ page.base_url }}two.html" data-transition="slide-in">
Load new page with push
</a>
<span class="chevron"></span>

Loading…
Cancel
Save