sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
617 stars 88 forks source link

data-goto syntax in docs is wrong #67

Closed jeremyross closed 10 years ago

jeremyross commented 10 years ago

http://chocolatechip-ui.com/tutorials#/navigation shows this syntax for navigation:

<li class='nav' data-goto='#people'>

This doesn't seem to work. In this example, you'd have to remove the "#" like so:

<li class='nav' data-goto='people'>

Did this change recently? Perhaps the docs just need to be updated?

sourcebits-robertbiggs commented 10 years ago

That was a typo and has been corrected.